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

auth_clients resource

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

Attributes

name
create, read, update StringFilter Sortable
redirect
create, read, update
revoked
read
secret
read

Relationships

user
has one of type: user

Filter example

https://api.multinexo.comusers/{user_id}/auth_clients?filter[name]=someValue

JSON Resource Example

  {
    data: {
      type: auth_clients,
      id: 511,
      attributes: {
        name: someValue,
        redirect: someValue,
        revoked: someValue,
        secret: someValue
        },
      relationships: { 
         user:{
          id: 128,
          type: user
        }
      }
    }
  }

JSON-API Entry points

DELETE PATCH GET https://api.multinexo.comusers/{user_id}/auth_clients/{resource_id}

POST https://api.multinexo.comusers/{user_id}/auth_clients/