Skip to main content
PATCH
/
orgs
/
me
Update current organization
curl --request PATCH \
  --url https://app.autoposting.ai/api-proxy/orgs/me \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "Acme Corp",
  "logoUrl": "https://cdn.autoposting.ai/logo.png"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key as Authorization: Bearer sk-social-...

Body

application/json
name
string
Example:

"Acme Corp"

logoUrl
string
Example:

"https://cdn.autoposting.ai/logo.png"

Response

Success

success
boolean
required
Example:

true