API ReferenceDomains
List Domain Mappings
List domain mappings for any query based on exact domain or domain ownership (the domain ownership that gave the right to use the domain)
Query Parameters
offset?integer|null
Format
int64limit?integer|null
Format
int64domainOwnership?string|null
Format
uuiddomain?string|null
Response Body
application/json
curl -X GET "https://api.freestyle.sh/domains/v1/mappings"[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"domain": "string",
"deploymentId": "a73c85a1-d857-491e-a6b2-51dce05de7a2",
"ownershipId": "489905e0-55cc-4cf9-b77b-c4db4f323c05",
"createdAt": "2019-08-24T14:15:22Z"
}
]Empty