CreateToken

Create a new auth token.

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
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
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json