cURL
curl --request GET \ --url https://api-{region}.sesametime.com/core/v3/configurations/available-check-origin \ --header 'Authorization: Bearer <token>'
{ "data": { "availableCheckOrigins": [ "web", "mobile", "wall" ], "createdAt": "2020-01-01T10:00:00+01:00", "updatedAt": "2020-01-01T10:00:00+01:00" }, "meta": { "currentPage": 1, "lastPage": 1, "total": 1, "perPage": 1 } }
Retrieves the available check origins configuration for a specific entity (employee or company)
API token obtained from Sesame HR Dashboard > Settings > Integrations > API
Entity ID (employee or company UUID)
Entity type
employee
company
Available check origins configuration
Show child attributes
Suggestions