REST APIV2 BetaSalesforce
Trigger Account Pages
API reference for Trigger Account Pages
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Request Body
application/json
sync_request_id*string
salesforce_account_id*string
request_type*string
Value in
"create" | "refresh"status?string
Default
"pending"Value in
"pending" | "completed" | "failed"max_age_days?|
Response Body
application/json
curl -X POST "https://api.poggio.io/v2beta/salesforce/accounts/pages" \ -H "Content-Type: application/json" \ -d '{ "sync_request_id": "string", "salesforce_account_id": "string", "request_type": "create" }'Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}