Authentication
Acquiring information regarding the current authentication
Get authentication resource
Headers
Name
Type
Description
{
"_meta": {
"index": "<index>",
"guid": "<guid>",
"created": 1599044085501,
"updated": 1622372028181,
"removed": 0,
"expiry": 0,
"created_by": {
"host": "myluxura-api",
"resource": {}
}
},
"email": "[email protected]",
"username": "[email protected]",
"firstname": "John",
"lastname": "Doe",
"company_permissions": [
{
"permission_id": "owner.admin",
"company_guid": "319a7bd50e0d22e12c8af76f5e97aa4e59c89f1dcb37942e25b6a24966344a74"
}
],
"disable_all_notifications": false
}Get authentication resource's permissions
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated
Was this helpful?