Skip to main content
POST
Create a new company

Authorizations

Authorization
string
header
required

Enter your JWT token in the format 'Bearer '

Body

application/json
name
string
required
Example:

"Tech Corp"

email
string | null
Example:

"techc@gmail.com"

latitude
number<float> | null
Example:

52.520008

longitude
number<float> | null
Example:

13.404954

Response

201 - application/json

Company created successfully

message
string
data
object