Get an Access Token (Token Exchange)

This method of getting an access token requires you to have your own identity provider. You will pass an access token received from your identity provider to this request to successfully authenticate with the platform. The token response you receive shall be used in the Authorization header for all Secure Content Platform API requests.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

For the grant_type parameter the only supported parameter is:

  • authorization_code

For the resource_type parameter the currently supported options are as follows:

  • okta
  • microsoft
  • google
  • salesforce

For the company_id parameter, you will receive the appropriate company_id that shall be used in API requests from DataMotion personnel once you have been onboarded.

Body Params
string

The type of authorization used to retrieve an access token.

string

The access token received from your identity provider.

int32

Your company Id on the secure platform.

string

The identity provider that you are utilizing.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json