1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. CreateAccessTokenResponse

CreateAccessTokenResponse

    CreateAccessTokenResponse is the shape of the response after creating a token. The ID is an opaque ID that can be used in future CRUD operations and the Token is the actual token value (that is presented in the authorization header).

    Properties

    • id string required
      The unique identifier
    • tokenValue string required
      The token value