Skip to main content

Generate Token

POST 

/api/api-shipping-providers/:provider-id/tokens

Generate a new API token for a shipping provider instance.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Request Body Fields:

FieldTypeRequiredDescription
namestringYesDescriptive name for the token (max 255 chars)

Important: Store the token securely after generation - the plain text token cannot be retrieved again.

Request

Responses

Created

Response Headers
    Content-Type