# Add a contact **POST /contacts** This endpoint add a new contact. It returns the contact object. ## Servers - Production server.: https://api.usecollect.com/v1 (Production server.) ## Authentication methods - Basic auth ## Parameters ### Body: application/json (object) - **firstName** (string) First name of the contact - **lastName** (string) Last name of the contact - **email** (string) Email of the contact - **company** (string) Company name of the contact - **tag** (array[string]) List of tags for the contact - **customFields** (array[object]) ## Responses ### 200 Success #### Body: application/json (object) - **_id** (string) - **email** (string(email)) - **firstName** (string) - **lastName** (string) - **company** (string) - **tag** (array[string]) - **custom** (array[object]) - **campaignId** (string) - **createdAt** (string) - **status** (string) - **privacy** (string) - **branding** (object) - **note** (object) ### 400 Bad Request -- Your request is invalid. ### 401 Unauthorized -- Your API key is wrong. ### 403 Forbidden -- The object requested is hidden for administrators only. ### 404 Not Found -- The specified object could not be found. ### 429 Too Many Requests -- You're requesting too many objects! Slow down! ### 500 Internal Server Error -- We had a problem with our server. Try again later. ### 503 Service Unavailable -- We're temporarily offline for maintenance. Please try again later. [Powered by Bump.sh](https://bump.sh)