Rotations Endpoint
Last updated
jsonCopyEdit[
{
"id": "team-abc123",
"name": "Engineering"
},
{
"id": "team-def456",
"name": "Support"
}
]jsonCopyEdit[]jsonCopyEdit[
{
"Error": "API Key is not valid"
}
]bashCopyEditcurl -X GET "https://api.pagerly.io/pagerly/o/zapier/allteams" \
-H "X-APIKEY: your_api_key_here"jsonCopyEdit[
{
"id": "user-abc123",
"name": "Alice Johnson",
"email": "alice@example.com"
},
{
"id": "user-def456",
"name": "Bob Smith",
"email": "bob@example.com"
}
][]curl -X GET "https://api.pagerly.io/pagerly/o/currentusers?teamname=Engineering" \
-H "X-APIKEY: your_api_key_here"