curl --request POST \ --url https://app.qwoty.io/api/tokens \ --header 'Content-Type: application/json' \ --data '{ "name": "Production API Token", "expires_at": "2025-12-31T23:59:59Z" }'
{ "success": true, "data": { "id": "tok_123abc", "name": "Production API Token", "token": "qwoty_live_abc123def456...", "expires_at": "2025-12-31T23:59:59Z", "created_at": "2024-01-15T10:30:00Z" } }
Create a new API token for authentication
Show Token Object
Was this page helpful?