Skip to main content

Get the organization's token template

Retrieves the token template for the given organization.

If a custom token template was previously created, it will be returned. Otherwise the default template is returned.

Header Parameters
  • SlashID-OrgID string required

    The organization ID

    Example: af5fbd30-7ce7-4548-8b30-4cd59cb2aba1
Responses

OK


Schema
  • meta object
  • pagination object
  • limit integer
  • offset integer
  • total_count int64
  • errors object[]
  • httpcode integer
  • message string
  • result object

    Template for user tokens emitted on authentication.

  • content string

    The token claims mustache template. Must render to a valid JSON object.