Enable or disable an API key for a given user, in a given organization.
Successful Operation
Invalid Request
Access token is missing or invalid
You do not have permission to perform this action.
Entity not found
Too many requests
Service Unavailable
{- "is_enabled": true
}
{- "id": 0,
- "name": "string",
- "is_enabled": true,
- "expires_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "user": {
- "id": 0,
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com"
}
}