v1
latestOpenAPI 3.1.02026-08-061,5107704.5 MBCompany Email
CompanyEmails.get
Returns CompanyEmail with given id
get/entities/CompanyEmails/{id}
Path parameters
idstring uuid required
ID of CompanyEmail to retrieve
Response
CompanyEmail data
Example response
{
"success": true,
"data": {
"id": "01234567-abcd-dcba-ffff-000000000000",
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"email": "string",
"error_code": 1,
"name": "string",
"picture_url": "string",
"service_type": 1,
"token": "blob",
"features": [
1
],
"mailbox_id": "01234567-abcd-dcba-ffff-000000000000"
}
}