cURL
curl --request PUT \ --url https://api-{region}.sesametime.com/core/v3/configurations/available-check-origin \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "entityReference": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "type": "employee" }, "availableCheckOrigins": [ "web", "mobile", "wall", "watch" ] } '
This response has no body data.
Creates or updates the available check origins configuration for a specific entity (employee or company)
API token obtained from Sesame HR Dashboard > Settings > Integrations > API
Available check origins configuration
Reference to the entity (employee or company)
Show child attributes
List of allowed check origins
web
mobile
wall
watch
["web", "mobile", "wall", "watch"]
Suggestions