Store a platform token
Platform OAuth
Store a platform token
Manually store a platform token, for advanced integrations where the OAuth flow is handled externally.
POST
Store a platform token
Authorizations
API key as Authorization: Bearer sk-social-...
Path Parameters
Brand slug.
Example:
"acme-corp"
Body
application/json
Platform identifier.
Available options:
x, linkedin, instagram, threads, youtube Example:
"x"
Platform access token.
Example:
"ya29.a0..."
User/page ID on the platform.
Example:
"x_12345"
Platform refresh token (if applicable).
Token expiry datetime.
Example:
"2025-01-01T00:00:00Z"