📌
Red Flag A!ert
  • API Introduction
  • Authentication
  • Format & Pagination
  • Company
    • Company
    • Other Resources
    • Including additional resources
    • Attributes
    • Search
  • Company Resources
    • Addresses
    • Balance Sheet
    • Cashflow
    • Contacts
    • CCJs
    • Directorships
    • Filing History
    • Group Company
    • Mortgages
    • Parent Company
    • Previous Names
    • Profit & Loss
    • Ratio Analysis
    • Shareholders
    • Unpaid Debt
    • Unpaid Losses
  • Directors
    • Directorship
    • Attributes
    • Search
  • AML
    • Introduction
    • ID & AML Check
    • Charges
    • Search
    • Example Request
    • Response
  • Appendix
    • 1: Dissolution Status Codes
    • 2: SIC Sections
    • 3: RFA Health Ratings
Powered by GitBook
On this page
  • Example URL:
  • JSON Structure:
  • Attributes

Was this helpful?

  1. Company Resources

Contacts

If a company has a registered designated contact, this endpoint will list those contacts.

Example URL:

https://api2.redflagalert.net/v4/companies/01777777/contacts/

JSON Structure:

{
    "data": [
        {
            "attributes": {
                "telephone": "03444930787",
                "email": null
            },
            "type": "contact",
            "id": "645323-3833508046"
        }
    ]
}

Attributes

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.

PreviousCashflowNextCCJs

Last updated 5 years ago

Was this helpful?