Query parameters

ParameterTypeRequiredInformation

page

integer

no

Page number

perPage

integer

no

Number of records per page (must follow Pagination limitations)

Sample response

[
    {
        "id": "clhbatosn000x8kfenovaodu2",
        "postType": "REGULAR",
        "status": "POSTED",
        "scheduledAt": "2023-05-06T02:20:00.000Z",
        "posts": [
            {
                "provider": "GENERAL",
                "caption": "Nice post",
                "creatives": [],
            },
            {
                "provider": "FACEBOOK",
                "caption": "Nice post",
                "creatives": [],
            }
        ],
        "socialProfiles": [
            {
                "socialProfile": {
                    "id": "cm1utmu9b000qr59cy6mupxsp",
                    "provider": "facebook",
                    "name": "Ocoya Test",
                    "image": "https://graph.facebook.com/110495374807404/picture?type=normal"
                }
            }
        ]
    }
]

Last updated