For the complete documentation index, see llms.txt. This page is also available as Markdown.

Accounts

Endpoints related to user accounts and social media accounts.

List LinkedIn pages

get

Lists the organization pages the connected LinkedIn account can administer, so the user can choose which to add as posting targets.

Authorizations
blotato-api-keystringRequired
Query parameters
accountIdstringRequired

Blotato account id, returned from /users/me/accounts.

Responses
200

Default Response

application/json
get/v2/integrations/oauth2/linkedin/pages

List Pinterest boards

get

Lists boards owned by a connected Pinterest account. Returns the id and name of each board so callers can pick the boardId required when creating a Pinterest pin via blotato_create_post.

Authorizations
blotato-api-keystringRequired
Query parameters
accountIdstringRequired

Blotato Pinterest account id, returned from /users/me/accounts.

Responses
200

Default Response

application/json
get/v2/social/pinterest/boards

Get current user information

get

Fetches the current user's information, including subscription status and API key if available.

Authorizations
blotato-api-keystringRequired
Responses
200

Current user information

application/json

Current user information

idstringRequired
subscriptionStatusstring ยท nullableRequired
apiKeystring ยท nullableRequired
subscriptionPlanstring ยท enumRequiredPossible values:
get/v2/users/me

Get current user accounts

get

Fetches the current user's social media accounts. Optionally filter by platform.

Authorizations
blotato-api-keystringRequired
Query parameters
platformstring ยท enumOptional

Social media platform

Example: twitterPossible values:
Responses
200

Default Response

application/json
get/v2/users/me/accounts

Get current user subaccounts

get

Fetches 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
get/v2/users/me/accounts/{accountId}/subaccounts

Last updated