v1
latestOpenAPI 3.1.02026-07-222392081.7 MBCompanies
Create company
Create a new company to which the authentication token will have access to.
post/v1/companies
Request body
Example request
{
"name": "Acme"
}Response
Example response
{
"id": "cli_DKL4Xcb5VSa8CQ",
"name": "Acme"
}