Items

Items indicates any contact, company or deals.

Get an Item

Get an item from collection

GET https://api.salescamp.app/v1/collections/{{collection_id}}/items/{{item_id}}

Query Parameters

Name
Type
Description

collection_id*

String

Resource ID of the Collection.

item_id*

String

Resource ID of the item.

Headers

Name
Type
Description

Authorization *

Bearer

PLACE_SALESCAMP_API_KEY_HERE

Create a new item

Create item

POST https://api.salescamp.app/v1/collections/{{collection_id}}/items

Creates a new pet.

Query Parameters

Name
Type
Description

colection_id*

string

Resource ID of the Collection.

Headers

Name
Type
Description

Authorization*

Bearer

PLACE_SALESCAMP_API_KEY_HERE

Update an Item

Update an existing item

PUT https://api.salescamp.app/v1/collections/{{collection_id}}/items/{{item_id}}

Query Parameters

Name
Type
Description

item_id*

String

Resource ID of the Item

collection_id*

String

Resource ID of the Collection.

Headers

Name
Type
Description

Authorization *

Bearer

PLACE_SALESCAMP_API_KEY_HERE

Last updated