Tokens REST API
Tokens REST API documentation and interactive testing.
For the OpenAPI Specification document use this link: https://apis.objectsgrid.com/oauth2/token/contract
EU or US depending on where your Organization Account is located
OAuth2 required attribute, do not change the 'urn:ietf:params:oauth:grant-type:token-exchange' value
Your ID Token that you obtained from the external Identity Provider (Google, Facebook, Okta)
OAuth2 required attribute, do not change the 'urn:ietf:params:oauth:token-type:id_token' value
Your Organization Account ID. The attribute name 'client_id' is required for OAuth2 standard compliance, but for this use case it really is organization account id.
Successfully created the organization account
Bad request
Unauthorized
Too Many Requests
Internal server error
Provide the Service Account client_id and client_secret as Username and Password
EU or US depending on where your Organization Account is located
OAuth2 required attribute, do not change the 'client_credentials' value
Successfully created the organization account
Bad request
Unauthorized
Too Many Requests
Internal server error
Provide the Anonymous Account client_id as Username and leave Password empty
EU or US depending on where your Organization Account is located
OAuth2 required attribute, do not change the 'client_credentials' value
Successfully created the organization account
Bad request
Unauthorized
Too Many Requests
Internal server error
JWT Access Token obtained from Create User Account Access Token operation.
EU or US depending on where your Organization Account is located
The refresh token you previously obtained in a Create Access Token request
OAuth2 required attribute, do not change the 'refresh_token' value
Successfully refreshed token
Bad request
Unauthorized
Too Many Requests
Internal server error
JWT Access Token obtained from Create User Account Access Token operation.
EU or US depending on where your Organization Account is located
The refresh token to revoke
OAuth2 required attribute, do not change the 'refresh_token' value
Successfully revoked token or token already revoked. No response body returned.
No content
Bad request
Unauthorized
Too Many Requests
Internal server error
No content
Last updated
Was this helpful?