Authentication Methods
The API authenticates requests with theX-Aegister-Token. Send it in either of two ways.
1. Header-Based Authentication
Include theX-Aegister-Token in the request headers. Prefer this method: it keeps the token out of the URL and out of server logs.
Example Request:
2. Query Parameter Authentication
Pass theX-Aegister-Token as a query parameter in the URL. Use this method when you cannot set request headers.
Example Request:

