cURL
curl --request POST \ --url http://localhost:3000/api/canary/authentication/api-key/verify \ --header 'Content-Type: application/json' \ --data ' { "key": "pk_live_12345..." } '
{ "statusCode": 400, "message": [ "Invalid input data" ], "error": "Bad Request" }
Verify an API key to check validity and metadata
The API key to verify
"pk_live_12345..."
API key verified successfully