curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/emails \
--header 'x-api-key: <api-key>'
{
"offset": 123,
"count": 123,
"total": 123,
"items": [
{
"dateCreated": 123,
"email": "jsmith@example.com",
"id": "default",
"name": "<string>",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projects": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
}
],
"status": "verified"
}
]
}
Gets the send from emails for an organization.
curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/emails \
--header 'x-api-key: <api-key>'
{
"offset": 123,
"count": 123,
"total": 123,
"items": [
{
"dateCreated": 123,
"email": "jsmith@example.com",
"id": "default",
"name": "<string>",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projects": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
}
],
"status": "verified"
}
]
}
64
64
Show child attributes
x >= 0
x <= 1000
Default Response
The response is of type object
.