Skip to main content
GET
/
networks
/
conversiondomains
List Conversion Domains
curl --request GET \
  --url https://api.eflow.team/v1/networks/conversiondomains \
  --header 'X-Eflow-Api-Key: <api-key>'
[
  {
    "conversion_domain_id": 123,
    "network_id": 123,
    "domain": "<string>",
    "status": "<string>",
    "is_default": true,
    "time_created": 123,
    "time_saved": 123
  }
]

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Response

200 - application/json

OK

conversion_domain_id
integer

Unique conversion domain ID.

network_id
integer

Network ID.

domain
string

The conversion domain URL.

status
string

Domain status.

is_default
boolean

Whether this is the default conversion domain.

time_created
integer

Unix timestamp of creation.

time_saved
integer

Unix timestamp of last update.