curl --request PATCH \
--url https://api.getoutbox.ai/agency \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"email": "<string>",
"address": {
"address": "<string>",
"city": "<string>",
"state": "<string>",
"country": "<string>",
"zip_code": "<string>"
},
"api_key": "<string>"
}
'Update agency settings. Note: Requires Agency API Key.
curl --request PATCH \
--url https://api.getoutbox.ai/agency \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"email": "<string>",
"address": {
"address": "<string>",
"city": "<string>",
"state": "<string>",
"country": "<string>",
"zip_code": "<string>"
},
"api_key": "<string>"
}
'Agency API Key
Agency update details
Agency updated successfully