POST
/
user_webpages
curl --request POST \
  --url https://api.carbon.ai/user_webpages \
  --header 'Content-Type: application/json' \
  --header 'authorization: <api-key>' \
  --data '{
  "filters": {},
  "pagination": {
    "limit": 10,
    "offset": 0,
    "starting_id": 0
  },
  "order_by": "updated_at",
  "order_dir": "desc"
}'
"<any>"

Authorizations

authorization
string
header
required

token <token>, corresponds to temporary access tokens.

Body

application/json
filters
object
pagination
object
order_by
enum<string>
Available options:
created_at,
updated_at,
id
order_dir
enum<string>
Available options:
asc,
desc

Response

200
application/json
Successful Response

The response is of type any.