Companies

Companies (Clients in the awork UI) are the contacts or organizations that you work with. Projects are usually connected to Companies.

Creating a company

Creating a company is easy. The only required field for creating a company is the name.

Request
1curl -X POST "https://api.awork.com/api/v1/companies" \
2 -H "Content-Type: application/json" \
3 -d '{
4 "name": "My first company"
5 }'