Skip to main content

Regenerate organization API token secret

POST 

/api_tokens/api_token/regenerate_secret

Regenerates the secret for an organization API token

Scopes

  • api_tokens

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Body

    api_token

    object

    required

    All 'api_token[]' params are mutually exclusive, only one can be provided.

    id string

Responses

Regenerates the secret for an organization API token

Schema

    api_token

    object

    required

    id string
    name string
    organization_id stringnullable
    authorized_ip_addresses string[]
    expires_at integernullable
    rate_limit integer
    scopes string[]
    secret stringnullable

    The secret will only be returned on token creation or when a new secret is generated.

Loading...