GET
/
access
/
v1
/
enrollment
curl --request GET \
  --url https://api.invopop.com/access/v1/enrollment
{
  "app_id": "01900e17-db4d-78a5-8505-c93ae63e8a0d",
  "created_at": "2018-01-01T00:00:00.000Z",
  "data": "<any>",
  "disabled": false,
  "id": "347c5b04-cde2-11ed-afa1-0242ac120002",
  "owner_id": "347c5b04-cde2-11ed-afa1-0242ac120002",
  "sandbox": false,
  "token": "<string>",
  "updated_at": "2018-01-01T00:00:00.000Z"
}

Response

200 - application/json
OK
app_id
string

ID of the application associated with the enrollment.

Example:

"01900e17-db4d-78a5-8505-c93ae63e8a0d"

created_at
string

The date and time the enrollment was created.

Example:

"2018-01-01T00:00:00.000Z"

data
any

Additional data associated with the enrollment.

disabled
boolean

Whether the enrollment is disabled.

Example:

false

id
string

UUID of the enrollment.

Example:

"347c5b04-cde2-11ed-afa1-0242ac120002"

owner_id
string

The ID of the entity that owns the enrollment.

Example:

"347c5b04-cde2-11ed-afa1-0242ac120002"

sandbox
boolean

Indicates if the enrollment's workspace is in a sandbox environment.

Example:

false

token
string

A token that may be used to authenticate the enrollment with API operations.

updated_at
string

The date and time the enrollment was last updated.

Example:

"2018-01-01T00:00:00.000Z"