API ReferenceAccounts
List social accounts
List OAuth-connected social accounts for the given workspace.
Authorization
ApiKey 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
}