Contacts
If a company has a registered designated contact, this endpoint will list those contacts.
https://api2.redflagalert.net/v4/companies/01777777/contacts/
{
"data": [
{
"attributes": {
"telephone": "03444930787",
"email": null
},
"type": "contact",
"id": "645323-3833508046"
}
]
}
Field Key | Description | Notes |
telephone | The listed telephone number if known. Will return ' null ' if none. | |
email | The listed email address if known. Will return ' null ' if none. | |
Last modified 3yr ago