Fetch Organisation Bots Api
AI SDRs
Fetch AI SDRs
Retrieves a list of Bots associated with a specific organisation.
Path Parameters
organisation_id(int): The ID of the organisation for which to retrieve the Bots.
Headers
X-API-Key: API key for user authentication.
Response
- Returns a list of
BotExternalobjects, each representing a Bot associated with the organisation. This includes the Bot’s ID, email, first name, last name, and any custom data associated with the Bot.
Errors
404 Not Found: If the specifiedorganisation_iddoes not exist.403 Forbidden: If the user does not have the necessary permissions to perform this action or is not a member of the specified organisation.
GET
Fetch Organisation Bots Api
Authorizations
Key used to authenticate user API requests.
Response
200 - application/json
Successful Response
Example:
{
"alias": "example.com",
"id": 1,
"valid_record": true,
"valid_ssl": true
}Available options:
PENDING_CONNECTION, PAUSED, ACTIVE, CONNECTION_ERROR Example:
{
"dns_validation": { "mx": true, "spf": false }
}Available options:
ACTIVE, CANCELLED, CONFIGURING, CONNECTION_PENDING, COOLING_OFF, INACTIVE, DELETED, PROVISIONING, PROVISIONING_FAILED, SCHEDULED_FOR_CANCELLATION, SUSPENDED, PAYMENT_FAILED Available options:
INBOXKIT, CUSTOMER Maximum string length:
63Maximum string length:
63