v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
Authorization

Disable credentials

Disable authentication credentials from a user.

put/apiKeys/{id}

Path parameters

idinteger required

User ID

Response

Created

client_idstring
created_atstring
idinteger
statusstring
updated_atstring
user_idinteger

Example response

{
  "client_id": "25265b0b-e63b-4e4d-84ee-9e1b9",
  "created_at": "2020-01-01 12:00:00",
  "id": 1,
  "status": "INACTIVE",
  "updated_at": "2020-01-01 12:00:00",
  "user_id": 1
}