API ReferenceList available contact typesGET/contacts/typesSendServer URLHeadersAuthorizationx-api-key<token>Your tenant API keyIn: headercURLJavaScriptGoPythoncurl -X GET "https://rest.salesly.app/api/v1/developers/contacts/types" \ -H "x-api-key: <token>"200List of contact typesResponse{ "data": [ { "id": 0, "ref": "client", "value": "Client" } ] }TypeScriptCreate multiple contacts (max 50)Previous PageList opportunitiesNext Page