Rotations Endpoint
Base URL: https://api.pagerly.io/pagerly
All endpoints require authentication using the X-APIKEY header.
π Authentication
All endpoints require a valid API key to be passed in the request headers.Generate API Key here
Headers
π GET /o/zapier/allteams
/o/zapier/allteamsDescription
Returns a list of all teams associated with the organization identified by the provided API key. Useful for populating dropdowns in Zapier or other integrations.
Request
Method:
GETURL:
https://api.pagerly.io/pagerly/o/zapier/allteamsHeaders: See authentication section.
Body: None
Response
β
Success 200 OK
If no teams exist:
β Error 400 Bad Request
Example cURL
π₯ GET /o/currentusers
/o/currentusersDescription
Returns the current on-call (rotated) users for a specific team in your organization.
Request
Method:
GETURL:
https://api.pagerly.io/pagerly/o/currentusersHeaders: See authentication section.
Query Parameters:
teamname
String
β Yes
The name of the team to query.
Response
β
Success 200 OK
If no users are currently on-call:
Example cURL
Last updated
Was this helpful?