tokens resource
Attributes
- name
-
create, read, update
- revoked
-
create, read, update
- expires_at
-
read
Relationships
- auth_client
-
has one of type: auth_client
JSON Resource Example
{ data: { type: tokens, id: 837, attributes: { name: someValue, revoked: someValue, expires_at: someValue }, relationships: { auth_client:{ id: 304, type: auth_client } } } }
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.comusers/{user_id}/tokens/{resource_id}
POST https://api.multinexo.comusers/{user_id}/tokens/