v1

latestOpenAPI 3.0.12026-07-26381328555.2 KB
AppAuthTickets

App Authenticate

Authenticates an application using shared secret and application id. The method returns a set of authentication tokens used to manage application authentication.

post/platform/applications/authtickets

Query parameters

responseFieldsstring

limits which fields are returned in the response body

Request body

applicationIdstring nullable
sharedSecretstring nullable

Response

OK

accessTokenstring nullable
accessTokenExpirationstring date-time
environmentScopestring nullable

For V2 credentials, indicates the environment scope (Sandbox/Production). Null for V1 credentials (no environment restriction).

refreshTokenstring nullable
refreshTokenExpirationstring date-time