cURL
curl --request POST \ --url https://productlane.com/api/v1/contacts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "name": "<string>", "companyId": "<string>", "companyName": "<string>", "companyExternalId": "<string>" } '
{ "id": "<string>", "email": "<string>", "name": "<string>", "imageUrl": "<string>", "companyId": "<string>", "workspaceId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "isDeleted": true, "version": 123, "intercomId": "<string>", "hubspotId": "<string>", "productboardId": "<string>", "zendeskId": "<string>" }
Create a new contact for your workspace, you can create as many contacts as you want, but authentication is required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
254
1 - 255
Successful response