Autenticación Autorización Filtros Hardware AuthFactor Cashier Common Companies Documents Entities ExternalApps Fiscal Funds Notifications Products Shared Users

tokens resource

GET https://api.multinexo.comusers/{user_id}/tokens

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/