Get Offers Page paths by API key
GET/offers/pages
Get Offers Page paths by API key
Responses
- 200
- 404
Successfully retrieved offers pages
- application/json
- Schema
- Example (from schema)
- Success
Schema
Array [
]
pages
object[]
page string
path string
{
"pages": [
{
"page": "string",
"path": "string"
}
]
}
{
"pages": [
{
"page": "US - Mobile Casino",
"path": "casino/mobile-casinos"
},
{
"page": "US - Casino Online Roulette",
"path": "casino/online-roulette"
},
{
"page": "US - Free Spins Casino Test",
"path": "casino/free-spins"
}
]
}
Offers Pages Not Found
- application/json
- Schema
- Example (from schema)
- NotFound
Schema
Array [
]
timestamp string
status int32
error string
message string
path string
queryParams
object
property name*
string[]
string
{
"timestamp": "string",
"status": 0,
"error": "string",
"message": "string",
"path": "string",
"queryParams": {}
}
{
"timestamp": "2024-05-02T15:23:03.273401495",
"status": 404,
"error": "NOT_FOUND",
"message": "Offers pages not found for productIdentifierCode: xyz",
"path": "uri=/v1/offers/pages",
"queryParams": {}
}
Loading...