Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
"content_requests": [
{
"id": 1,
"name": "content_request",
"recipient": "content_request",
"expiration_date": "2022-06-07T00:00:00.000Z",
"status": "pending",
"time_type": "One-Time",
"link_for_copy": "/content_requests/4c38da5893b1f793",
"token": "4c38da5893b1f793"
},
...
],
"meta": {
"total_count": 5
}
}
| Param name | Description |
|---|---|
|
pending
required |
Validations:
|
|
query
optional |
Query for search by name or recipient, or prompt Validations:
|
|
sort_by
optional |
Validations:
|
|
sort_to
optional |
Validations:
|
|
page
optional |
pagination page number, default: 1 Validations:
|
|
per_page
optional |
item per_page items number, default: 10 Validations:
|