/auth/tokenExchange API key for a short-lived JWT
Returns a signed JWT valid for 1 hour. Use this token in subsequent requests. The JWT carries your org_id and role scopes.
Parameters
| Param | In | Type | Required | Description |
|---|---|---|---|---|
| api_key | body | string | Yes | Your WonderFunnel API key |
Example response
{
"token": "eyJhbGc…",
"expires_in": 3600,
"token_type": "Bearer"
}