Generate Token

POST

Generate a token

Request

This endpoint expects an object.
orgIdstringRequired

The organization to generate a token for.

scopestringRequired

The scope of the token. Valid scopes include:

  • admin
  • sdk:read:{package_name}

Response

This endpoint returns an object.
tokenstring

The generated token

idstring

The ID of the generated token.