UntangledAPI
Api referenceKeys

List API keys for the current customer

GET
/v1/keys

Authorization

x-api-key<token>

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://api.untangledapi.com/v1/keys"
{
  "keys": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "prefix": "string",
      "name": "string",
      "lastUsedAt": "string",
      "createdAt": "string",
      "revokedAt": "string"
    }
  ]
}
{
  "error": {
    "code": "string",
    "message": "string",
    "details": null
  }
}
{
  "error": {
    "code": "string",
    "message": "string",
    "details": null
  }
}
{
  "error": {
    "code": "string",
    "message": "string",
    "details": null
  }
}