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: 398,
attributes: {
name: someValue,
revoked: someValue,
expires_at: someValue
},
relationships: {
auth_client:{
id: 748,
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/