Authorizations
Use your Scope3 API key as the bearer token
Body
application/json
Brand agent ID to list PMPs for
curl --request POST \
--url https://api.agentic.scope3.com/rest/v1/pmp-list \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'
{
"data": {},
"message": "Operation completed successfully",
"success": true
}
List all PMPs for a brand agent with their deal IDs and status
curl --request POST \
--url https://api.agentic.scope3.com/rest/v1/pmp-list \
--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
Brand agent ID to list PMPs for
Was this page helpful?