CreateToken

Create a new auth token. Note that this API has been deprecated. Please refer API and SSO Credential Management section to use API-key instead.

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

Identifier of the platform who requests management api. It is passed as a path parameter.

Body Params

CreateToken request.

string
enum
required
Defaults to UNKNOWN_AUTH_TYPE

AuthType enumerates all authentication types of request.

  • CREDENTIAL: Authentication type that requires user credential. Corresponding to CredentialTypePayload.
  • TOKEN: Authentication type that requires valid token. Corresponding to TokenTypePayload.
Allowed:
credential_type_payload
object

Request payload of CREDENTIAL authentication type.

token_type_payload
object

Request payload of TOKEN authentication type.

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json