PAPI

List API Keys

GET
/account/api-keys
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/account/api-keys"
{
  "keys": [
    {
      "created_at": "string",
      "last_used_at": "string",
      "name": "string",
      "prefix": "string",
      "scopes": [
        "string"
      ]
    }
  ]
}
Empty