curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/domains \
--header 'x-api-key: <api-key>'
{
"offset": 123,
"count": 123,
"total": 123,
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"domain": "localhost",
"dateCreated": 123,
"dateUpdated": 123
}
]
}
Get the domains for a project.
curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/domains \
--header 'x-api-key: <api-key>'
{
"offset": 123,
"count": 123,
"total": 123,
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"domain": "localhost",
"dateCreated": 123,
"dateUpdated": 123
}
]
}
64
64
x >= 0
1 <= x <= 1000
Default Response
The response is of type object
.