team_id. Use this endpoint to list the teams you belong to and read their IDs for use in subsequent requests. The response is an array of team objects, each containing an id and name.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns all teams accessible to the authenticated user. Use team ID values as team_id when creating campaigns, querying contacts, and listing post schedulers.
team_id. Use this endpoint to list the teams you belong to and read their IDs for use in subsequent requests. The response is an array of team objects, each containing an id and name.
curl -X GET https://api.reachowl.com/api/v1/teams \
-H "Authorization: Bearer <token>"
[
{
"id": 12,
"name": "Sales Team"
},
{
"id": 34,
"name": "Recruiting"
}
]
