This page describes API endpoints for viewing, editing, and creating Offers.

Targeting

Access

URLs

Links

View Offers

GET /backend/open-api/v1/users/offers/{offer_id}

Get a list of all offers and their properties.

Headers

Name Value
Authorization Bearer <token>

Query parameters

Name Type Description Required Example
status Integer Filter offers by their status:

0 - Paused 1 - Active 2 - Blocked | | 2 |

Path parameters

Name Type Description Required Example
offer_id Integer ID of the offer. Use it to view only one offer. ☑️ 236

Parameters

Name Type Description Required Example
page Integer Defines which page is is retrieved. The default values is 1. page=54
per_page Integer Defines the amount of items shown per page( default= 200, Max=500). per_page=300
order String A property by witch to order by and the sorting order(asc or desc). These two items must be separated with a period. "name.desc"