HTTP Methods

Zakya API uses appropriate HTTP verbs for every action.

Parameter

Description

GET

Used for retrieving resources.

POST

Used for creating resources and performing resource actions.

PUT

Used for updating resources.

DELETE

Used for deleting resources.

Using GET method, you can get the list of resources or details of a particular instance of a resource. To get a list of customers

Request ExampleCopy
curl https://api.zakya.com/v1/contacts?authtoken=ba46xxxxxxxxxxxxxxxxxxxxxxxxoec5&organization_id=10234695

To get the details of a customer referred to by a specified customer_id

Request ExampleCopy
curl https://api.zakya.com/v1/contacts/903000000000099?authtoken=ba46xxxxxxxxxxxxxxxxxxxxxxxxoec5&organization_id=10234695