https://api.zoomcatalog.com/auth/register
Intended Use
Register a username with the ZOOMcatalog API and retrieve a user_token for use in subsequent calls to the ZOOMcatalog API.
Return Types
Permitted HTTP Request Methods
POST
HTTP Request Headers
| Required | Name | Value |
|---|---|---|
| Yes | Content-Type | "application/json" |
Parameters
| Required | Name | Value | Location |
|---|---|---|---|
| Yes | username | <string>- unique identifier representing a user in your application | Request Body |
Errors
| Code | Description | Likely Cause |
|---|---|---|
| 400 | Wrong format in HTTP body, MUST be a valid and well-form JSON string | The POST body cannot be parsed into valid JSON |
| 400 | Parameter must be a valid email | The username appears to be an email address but cannot be validated |
| 401 | The token has expired | The access or user token is too old |
| 404 | Invalid CLIENT_ID, please contact the administrator. | The <ZOOMcatalog_Client_ID> is malformed or properly formed but invalid |
| 500 | Description will vary | Error on the API Server |
