v1
latestOpenAPI 3.0.02026-08-0679302767.4 KBv2/provider
Lists all provider email outreaches in an organization
get/v2/provider/{providerId}/outreaches
Path parameters
providerIdstring required
Query parameters
offsetnumber
The starting index for pagination, specifying how many records to skip.
limitnumber
The maximum number of records to retrieve in a single request.
Headers
organization-idstring
Response
List of provider email outreaches
Example response
{
"data": [
{
"data": {
"to": [
"string@string.com"
]
}
}
],
"count": 10
}