cURL
curl --request GET \ --url https://api.poligono.ai/v1/api-keys \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "data": [ { "created_at": 123, "created_by": "<string>", "key_last_digits": "<string>", "name": "<string>", "organization_id": "<string>", "status": "active", "updated_at": 123, "id": "<string>" } ] }
Retrive API keys
Type "Bearer" followed by a space and JWT token.
Page number (default is 1)
Number of items per page (default is 10, max is 100)
The body is of type object.
object
OK
Show child attributes
active
revoked