curl --location --request GET 'https://api.data.v4.marketing/v1/facebook/accounts?workspaceId=workspace_123&organizationId&userId&page&limit' \
--header 'Authorization: Bearer {token}'{
"data": [
{
"id": "string",
"account_id": "string",
"account_status": "string",
"amount_spent": 0,
"balance": 0,
"created_time": "2019-08-24T14:15:22Z",
"name": "string",
"spend_cap": 0,
"workspace_id": "string",
"organization_id": "string",
"user_id": "string",
"document_id": "string",
"inserted_at": "2019-08-24T14:15:22Z"
}
],
"meta": {
"page": 0,
"limit": 0,
"total": 0,
"totalPages": 0,
"hasNextPage": true,
"hasPreviousPage": true
}
}