Accounts
Endpoints related to user accounts and social media accounts.
Fetches the current user's social media accounts. Optionally filter by platform.
Authorizations
blotato-api-keystringRequired
Query parameters
platformstring Β· enumOptionalExample:
Social media platform
twitterPossible values: Responses
200
Default Response
application/json
401
Unauthorized
application/json
500
Server error
application/json
get
/v2/users/me/accountsFetches the current user's subaccounts for a specific account. Subaccounts are typically used for platforms like Facebook where a user can have multiple pages.
Authorizations
blotato-api-keystringRequired
Path parameters
accountIdstringRequired
Responses
200
Default Response
application/json
401
Unauthorized
application/json
500
Server error
application/json
get
/v2/users/me/accounts/{accountId}/subaccountsLast updated