Skip to main content
GET
/
api
/
v2
/
network
/
offers
/
{offer_id}
/
urls
List landing pages
curl --request GET \
  --url 'https://{domain}/api/v2/network/offers/{offer_id}/urls?api-key='
{
  "status": "success",
  "code": 200,
  "name": "OK",
  "message": "<string>",
  "info": {
    "urls": [
      {
        "id": 123,
        "title": "<string>",
        "type": 123,
        "url": "<string>",
        "preview": "<string>",
        "visible_to_all_affiliates": 123,
        "visible_to_specific_affiliates_only": "<string>",
        "geo_allowed": "<string>",
        "geo_denied": "<string>",
        "percent": 123,
        "status": 123,
        "offer_id": 123,
        "language": "<string>",
        "preview_image": "<string>",
        "created": 123,
        "updated": 123
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.scaleo.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api-key
string
query
required

API key passed as query parameter. User must have api_status enabled.

Path Parameters

offer_id
integer
required

Offer ID.

Query Parameters

page
integer

Page number.

perPage
integer

Items per page.

sortField
string

Sort field.

sortDirection
enum<string>

Sort direction.

Available options:
asc,
desc

Response

Landing pages list.

status
string
Example:

"success"

code
integer
Example:

200

name
string
Example:

"OK"

message
string
info
object