Skip to main content
POST
Create JWT Token
Exchange a developer API key for a short-lived JWT bearer token required for subsequent API calls.

Body

application/json
api_key
string
required

Your developer secret API key (mem_...).

expires_in
integer

Optional requested token lifetime in seconds (server may override).

Example:

3600

Response

Successfully created JWT token.

token
string

The JWT bearer token.

expires_at
string<date-time>

The ISO 8601 timestamp when the token expires.

token_type
string
Example:

"Bearer"