Cerca chiave API per valore
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.
Richiesta
Risposte
- 200
- 404
- 500
Chiave API recuperata con successo
Chiave API non trovata
Errore interno del server