Create Company
POST
/companies
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/companies' \
--header 'Authorization: {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Leadsmart",
"routingKey": "leadsmart",
"planTypeId": "550e8400-e29b-41d4-a716-446655440001",
"cpf": "412.035.628-02"
}'
Response Response Example
{}
Requisição
Parâmetros Header
Authorization
string
requerido
Exemplo:
{{apiKey}}
Parâmetros Bodyapplication/json
Respostas
Modificado em 2025-04-24 20:06:01