Find API Key by value
GET/api/partner-gateway/v1/authentication/:value
Looks up an API key by its raw string value and returns its metadata (ID, company, username, allowed operations, traffic type, and creation date). This is useful to verify that a key you have stored is still valid and to check which operations it is authorized for. The value path parameter must be the complete API key string exactly as it was returned when the key was created. Returns 404 if no key matches the provided value, which could mean the key was deleted or never existed. Returns 500 if an internal error occurs.
Request
Responses
- 200
- 404
- 500
API Key retrieved successfully
API Key not found
Internal server error