Postato Docs
API ReferenceAccounts

List social accounts

List OAuth-connected social accounts for the given workspace.

GET
/v1/workspaces/{workspaceId}/accounts
AuthorizationBearer <token>

API key in the format smcp_<64 hex chars>.

In: header

Path Parameters

workspaceId*string

Response Body

application/json

application/json

curl -X GET "https://api.postato.com.br/v1/workspaces/string/accounts"
[
  {
    "property1": null,
    "property2": null
  }
]
{
  "error": "string",
  "message": "string",
  "details": null
}