cURL
curl --request GET \ --url https://api.example.com/v1/me \ --header 'Authorization: Bearer <token>'
{ "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "message": "Authenticated successfully" }
Returns information about the authenticated API key and organization
Enter your API Key (sk_live_xxx or sk_test_xxx)
API key information
"Authenticated successfully"