https://api.zoomcatalog.com/auth/autologin
Intended Use
Exchange a ZOOMcatalog URI for a ZOOMcatalog autologin_uri.
Return Types
Permitted HTTP Request Methods
GET
HTTP Request Headers
| Required | Name | Value |
|---|---|---|
| Yes | Content-Type | "application/json" |
| Yes | Authorization | <user_token> |
Parameters
| Required | Name | Value | Location |
|---|---|---|---|
| Yes | uri | <string> | Query String |
| No | redirect | No Value | Query String |
Notes
If the redirect parameter is used, this endpoint will not return an autologin_uri. Instead, it will issue a redirect to the autologin_uri.
Errors
| Code | Description | Likely Cause |
|---|---|---|
| 400 | The token is corrupted | Malformed user or access token |
| 400 | The provided access token does not contain the scope required | The user associated with the user_token does not have permission to access the resource |
| 400 | You should send a user access token, please check the access token you are sending | An access_token was used where a user_token should be used |
| 400 | Invalid User Token | The token is a recognized as a JWT but is not valid as a User Token for some reason |
| 401 | The token has expired | The access or user token is too old |
