Company
Create company
post/v1/companies
Request body
Example request
{
"name": "Acme Inc",
"email": "info@acmeinc.com",
"phone": "12124567890",
"web": "acmeinc.com",
"countryCode": "US"
}Response
Created
Example response
{
"name": "Acme Inc",
"email": "info@acmeinc.com",
"phone": "12124567890",
"web": "acmeinc.com",
"countryCode": "US"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.