Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Retrieve all accounts for the organization.
Note: Maximum 60 requests per minute are allowed.
For more information about the required permissions refer to Access Control.
Parameters
| Parameter | Description |
|---|
| Cursor | The pagination token used to specify the next page of results. Can be obtained from the pagination.cursor property from a previous response. |
| Limit | The maximum number of results to return per page. The valid range is 1 - 999. |
| Return All Pages | Automatically fetch all resources, page by page. |
Example Output
{
"data": [
{
"channels": [
{
"channel_id": "text",
"is_internal": true,
"is_primary": true,
"mirror_to": {
"channel_id": "text",
"source": "text"
},
"source": "text"
}
],
"created_at": "text",
"crm_settings": {
"details": [
{
"id": "text",
"source": "text"
}
]
},
"custom_fields": {
"ANY_ADDITIONAL_PROPERTY": {
"slug": "text",
"value": "text",
"values": [
"text"
]
}
},
"domain": "text",
"domains": [
"text"
],
"external_ids": [
{
"external_id": "text",
"label": "text"
}
],
"id": "text",
"is_disabled": true,
"latest_customer_activity_time": "text",
"name": "text",
"owner": {
"email": "text",
"id": "text"
},
"primary_domain": "text",
"tags": [
"text"
],
"type": "text"
}
],
"pagination": {
"cursor": "text",
"has_next_page": true
},
"request_id": "text"
}
Workflow Library Example
List Accounts with Pylon and Send Results Via Email