Base URL
Authentication
Every request requires a Bearer token and an API version header.OAuth start endpoints (e.g.
/social-media-posting/oauth/facebook/start) must be opened in a browser, not called with cURL. They redirect the user to the platform login screen and return an accountId via a window message event. Use that accountId with the corresponding attach endpoint to complete the connection.