Postly
  1. Socials
Postly
  • Overview
  • Workspaces
    • Fetch workspaces
      GET
  • Socials
    • Fetch socials
      GET
  • Files
    • Upload a file
      POST
    • Fetch files
      GET
    • Delete a file
      DELETE
  • Posts
    • Create a post
      POST
    • Update a post
      POST
    • Fetch a post
      GET
    • Delete a post
      DELETE
    • Fetch posts
      GET
  1. Socials

Fetch socials

GET
/workspaces/{workspaceId}/socials
Fetch connected social accounts in a workspace

Request

Authorization
API Key
Add parameter in header
X-API-KEY
Example:
X-API-KEY: ********************
or
Path Params

Responses

🟢200Success
application/json
Body

🟠400BadRequestResponse
🟠401UnAuthorizedResponse
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://openapi.postly.ai/v1/workspaces/683594f9d6bb51f6b3000000/socials' \
--header 'X-API-KEY: <api-key>'
Response Response Example
200 - Example 1
{
    "code": "string",
    "message": "string",
    "data": [
        {
            "name": "string",
            "id": "string",
            "target": "string",
            "picture": "string"
        }
    ]
}
Modified at 2025-11-18 05:58:42
Previous
Fetch workspaces
Next
Upload a file
Built with