Skip to main content
GET
/
content
/
user
/
{user}
/
{type}
List post IDs by user
curl --request GET \
  --url https://api.example.com/content/user/{user}/{type}
{
  "ids": [
    1
  ]
}

Path Parameters

user
integer
required

User ID

type
enum<string>
required

Type of posts to list

Available options:
all,
draft,
scheduled

Response

200 - application/json

A list of content IDs for a specific user

ids
integer[]