latestOpenAPI 3.0.32026-08-215925112.0 MB

36be0dca14e7

api
accessusers

Create an Access User

post/api/accessusers

Request body

namestring required

An internal name to identify the access user

isIntegrationboolean

Whether an integration belongs to the access user

Response

Created

_idstring
sellerIdstring required

The ID of the seller that owns the access user.

activeboolean

Whether the access user is active or not.

namestring required

An internal name to identify the access user

tokenstring required

The token to authenticate against the access-control endpoints.

accessAllEventsboolean required

Whether the access user can access all events of his seller

eventsstring[]

An array of events the access user can access. Only if accessAllEvents=false.

lastRequeststring date-time

An ISO Timestamp indicating when the access user made the last request.

expiresstring date-time

An ISO Timestamp indicating when the access user should expire

isIntegrationboolean

Whether an integration belongs to the access user

integration'simplyX' | 'axess' | 'skidata'

The type of integration belongs to this access user

createdAtstring date-time required

An ISO Timestamp indicating when the access user was created.

updatedAtstring date-time required

An ISO Timestamp indicating when the access user was updated.

__vinteger