Skip to main content

Generate Token

POST 

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

Generate a new API token for a shipping provider instance.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

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