cURL
curl --request GET \ --url https://api.example.com/oauth/authorize \ --header 'x-api-key: <api-key>'
{ "code": 123, "message": "<string>" }
Endpoint used to authorize token
Documentation IndexFetch the complete documentation index at: https://transfiya.me/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://transfiya.me/llms.txt
Use this file to discover all available pages before exploring further.
Token authorized successfully