Authorizations
Use your Scope3 API key as the bearer token
Body
application/json ยท object
curl --request POST \
--url https://api.agentic.scope3.com/rest/v1/signals-get-accessible-accounts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'
{
"data": {},
"message": "Operation completed successfully",
"success": true
}
Get customer accounts that your provider account can manage signals/segments for
curl --request POST \
--url https://api.agentic.scope3.com/rest/v1/signals-get-accessible-accounts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'
{
"data": {},
"message": "Operation completed successfully",
"success": true
}
Use your Scope3 API key as the bearer token
Was this page helpful?