v1

latestOpenAPI 3.0.02026-07-2496664456.3 KB
Token

Issue a new token.

Issues a new token that gives you access to Moloco Ads APIs. Tokens are issued by workplace such that you need a unique token for each workplace you would like access to. Each token is valid for 16 hours, and you will need a new token after the token has expired.

post/cm/v1/auth/tokens

Request body

api_keystring

Enter the API key generated from Moloco Cloud DSP.

Response

A successful response.

tokenstring

Created token.

token_type'UNKNOWN_TYPE' | 'AUTH_TOKEN' | 'UPDATE_PASSWORD_TOKEN'

TokenType enumerates the type of token.