get https://app.postpuma.com/app/api//accounts
List accounts
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
401Unauthenticated.
403Access forbidden.
404Workspace not found.
List accounts
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
401Unauthenticated.
403Access forbidden.
404Workspace not found.
xxxxxxxxxx
curl --request GET \
--url https://app.postpuma.com/app/api/workspaceId/accounts \
--header 'accept: application/json'
xxxxxxxxxx
24{
"data": [
{
"id": 10,
"uuid": "123e4567-e89b-12d3-a456-426614174000",
"name": "John Doe",
"username": "jondoe123",
"provider": "instagram",
"data": {
"union_id": "string",
"is_private": true,
"duet_disabled": true,
"privacy_levels": [
"string"
],
"stitch_disabled": true,
"comment_disabled": true,
"max_video_post_duration_sec": 0
},
"authorized": true,
"created_at": "2024-03-30T10:00:00.000Z"
}
]
}