Fetch the enrollment details for the current authentication token. (Only Applications!)
get/access/v1/enrollment
Response
OK
Example response
{
"app_id": "01900e17-db4d-78a5-8505-c93ae63e8a0d",
"created_at": "2018-01-01T00:00:00.000Z",
"data": {
"key": "value"
},
"id": "01950020-daef-7d75-b1ba-33e7e392a658",
"owner_id": "347c5b04-cde2-11ed-afa1-0242ac120002",
"token_expires": 1680000000,
"updated_at": "2018-01-01T00:00:00.000Z"
}