Every API here is available over the APIs.io API and to AI agents over MCP.
{
"item": [
{
"id": "06eac1f5-34dd-4d6b-b717-5d38009c3bb6",
"name": "Leads",
"description": {
"content": "Pre-qualified sales prospects.",
"type": "text/plain"
},
"item": [
{
"id": "b211dff0-512c-4008-ba51-a3ae9aa7de15",
"name": "List leads",
"request": {
"name": "List leads",
"description": {
"content": "Returns leads available to the authenticated user.",
"type": "text/plain"
},
"url": {
"path": [
"v2",
"leads"
],
"host": [
"{{baseUrl}}"
],
"query": [
{
"disabled": false,
"key": "page",
"value": "<integer>"
},
{
"disabled": false,
"key": "per_page",
"value": "<integer>"
},
{
"disabled": false,
"key": "sort_by",
"value": "<string>"
},
{
"disabled": false,
"key": "ids",
"value": "<string>"
},
{
"disabled": false,
"key": "creator_id",
"value": "<integer>"
},
{
"disabled": false,
"key": "owner_id",
"value": "<integer>"
},
{
"disabled": false,
"key": "source_id",
"value": "<integer>"
},
{
"disabled": false,
"key": "first_name",
"value": "<string>"
},
{
"disabled": false,
"key": "last_name",
"value": "<string>"
},
{
"disabled": false,
"key": "organization_name",
"value": "<string>"
},
{
"disabled": false,
"key": "status",
"value": "<string>"
},
{
"disabled": false,
"key": "email",
"value": "<string>"
}
],
"variable": []
},
"method": "GET",
"auth": null
},
"response": [
{
"id": "13cb4bbb-bcbb-493c-825e-9ac502d52268",
"name": "List of leads",
"originalRequest": {
"url": {
"path": [
"v2",
"leads"
],
"host": [
"{{baseUrl}}"
],
"query": [
{
"key": "page",
"value": "<integer>"
},
{
"key": "per_page",
"value": "<integer>"
},
{
"key": "sort_by",
"value": "<string>"
},
{
"key": "ids",
"value": "<string>"
},
{
"key": "creator_id",
"value": "<integer>"
},
{
"key": "owner_id",
"value": "<integer>"
},
{
"key": "source_id",
"value": "<integer>"
},
{
"key": "first_name",
"value": "<string>"
},
{
"key": "last_name",
"value": "<string>"
},
{
"key": "organization_name",
"value": "<string>"
},
{
"key": "status",
"value": "<string>"
},
{
"key": "email",
"value": "<string>"
}
],
"variable": []
},
"header": [
{
"description": {
"content": "Added as a part of security scheme: oauth2",
"type": "text/plain"
},
"key": "Authorization",
"value": "<token>"
}
],
"method": "GET",
"body": {}
},
"status": "OK",
"code": 200,
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"body": "",
"cookie": [],
"_postman_previewlanguage": "text"
}
],
"event": [],
"protocolProfileBehavior": {
"disableBodyPruning": true
}
},
{
"id": "b5700ed7-8b67-4131-a67b-b4dedf933128",
"name": "Create a lead",
"request": {
"name": "Create a lead",
"description": {},
"url": {
"path": [
"v2",
"leads"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": []
},
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"method": "POST",
"auth": null,
"body": {
"mode": "raw",
"raw": "{\n \"first_name\": \"<string>\",\n \"last_name\": \"<string>\",\n \"organization_name\": \"<string>\",\n \"email\": \"<string>\",\n \"phone\": \"<string>\",\n \"mobile\": \"<string>\",\n \"status\": \"<string>\",\n \"source_id\": \"<integer>\",\n \"owner_id\": \"<integer>\",\n \"tags\": [\n \"<string>\",\n \"<string>\"\n ],\n \"custom_fields\": \"<object>\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "55b66702-03fb-4827-8680-0472ca974b5f",
"name": "Lead created",
"originalRequest": {
"url": {
"path": [
"v2",
"leads"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": []
},
"header": [
{
"description": {
"content": "Added as a part of security scheme: oauth2",
"type": "text/plain"
},
"key": "Authorization",
"value": "<token>"
}
],
"method": "POST",
"body": {
"mode": "raw",
"raw": "{\n \"first_name\": \"<string>\",\n \"last_name\": \"<string>\",\n \"organization_name\": \"<string>\",\n \"email\": \"<string>\",\n \"phone\": \"<string>\",\n \"mobile\": \"<string>\",\n \"status\": \"<string>\",\n \"source_id\": \"<integer>\",\n \"owner_id\": \"<integer>\",\n \"tags\": [\n \"<string>\",\n \"<string>\"\n ],\n \"custom_fields\": \"<object>\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"body": "",
"cookie": [],
"_postman_previewlanguage": "text"
}
],
"event": [],
"protocolProfileBehavior": {
"disableBodyPruning": true
}
},
{
"id": "3c0bde20-f603-429d-88b7-93f49e6bc49b",
"name": "Retrieve a lead",
"request": {
"name": "Retrieve a lead",
"description": {},
"url": {
"path": [
"v2",
"leads",
":id"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": [
{
"disabled": false,
"type": "any",
"value": "<integer>",
"key": "id",
"description": "(Required) "
}
]
},
"method": "GET",
"auth": null
},
"response": [
{
"id": "9c7dcbf7-740c-403c-a561-c66ef230ff66",
"name": "Lead",
"originalRequest": {
"url": {
"path": [
"v2",
"leads",
":id"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": [
{
"disabled": false,
"type": "any",
"value": "<integer>",
"key": "id",
"description": "(Required) "
}
]
},
"header": [
{
"description": {
"content": "Added as a part of security scheme: oauth2",
"type": "text/plain"
},
"key": "Authorization",
"value": "<token>"
}
],
"method": "GET",
"body": {}
},
"status": "OK",
"code": 200,
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"body": "",
"cookie": [],
"_postman_previewlanguage": "text"
}
],
"event": [],
"protocolProfileBehavior": {
"disableBodyPruning": true
}
},
{
"id": "334a04b8-3a14-4dc6-b1b2-6b9f64bcc981",
"name": "Update a lead",
"request": {
"name": "Update a lead",
"description": {},
"url": {
"path": [
"v2",
"leads",
":id"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": [
{
"disabled": false,
"type": "any",
"value": "<integer>",
"key": "id",
"description": "(Required) "
}
]
},
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"method": "PUT",
"auth": null,
"body": {
"mode": "raw",
"raw": "{\n \"first_name\": \"<string>\",\n \"last_name\": \"<string>\",\n \"organization_name\": \"<string>\",\n \"email\": \"<string>\",\n \"phone\": \"<string>\",\n \"mobile\": \"<string>\",\n \"status\": \"<string>\",\n \"source_id\": \"<integer>\",\n \"owner_id\": \"<integer>\",\n \"tags\": [\n \"<string>\",\n \"<string>\"\n ],\n \"custom_fields\": \"<object>\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "bfa1ae92-9269-42e2-a531-cd53b11b50c4",
"name": "Lead updated",
"originalRequest": {
"url": {
"path": [
"v2",
"leads",
":id"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": [
{
"disabled": false,
"type": "any",
"value": "<integer>",
"key": "id",
"description": "(Required) "
}
]
},
"header": [
{
"description": {
"content": "Added as a part of security scheme: oauth2",
"type": "text/plain"
},
"key": "Authorization",
"value": "<token>"
}
],
"method": "PUT",
"body": {
"mode": "raw",
"raw": "{\n \"first_name\": \"<string>\",\n \"last_name\": \"<string>\",\n \"organization_name\": \"<string>\",\n \"email\": \"<string>\",\n \"phone\": \"<string>\",\n \"mobile\": \"<string>\",\n \"status\": \"<string>\",\n \"source_id\": \"<integer>\",\n \"owner_id\": \"<integer>\",\n \"tags\": [\n \"<string>\",\n \"<string>\"\n ],\n \"custom_fields\": \"<object>\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"body": "",
"cookie": [],
"_postman_previewlanguage": "text"
}
],
"event": [],
"protocolProfileBehavior": {
"disableBodyPruning": true
}
},
{
"id": "447e364f-c526-40d1-94bb-a1caa8137a31",
"name": "Delete a lead",
"request": {
"name": "Delete a lead",
"description": {},
"url": {
"path": [
"v2",
"leads",
":id"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": [
{
"disabled": false,
"type": "any",
"value": "<integer>",
"key": "id",
"description": "(Required) "
}
]
},
"method": "DELETE",
"auth": null
},
"response": [
{
"id": "80b06acc-9f4a-4742-9ee1-24b59725e37f",
"name": "Lead deleted",
"originalRequest": {
"url": {
"path": [
"v2",
"leads",
":id"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": [
{
"disabled": false,
"type": "any",
"value": "<integer>",
"key": "id",
"description": "(Required) "
}
]
},
"header": [
{
"description": {
"content": "Added as a part of security scheme: oauth2",
"type": "text/plain"
},
"key": "Authorization",
"value": "<token>"
}
],
"method": "DELETE",
"body": {}
},
"status": "No Content",
"code": 204,
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"body": "",
"cookie": [],
"_postman_previewlanguage": "text"
}
],
"event": [],
"protocolProfileBehavior": {
"disableBodyPruning": true
}
},
{
"id": "15f79220-8d12-4641-b430-8a36ad34a229",
"name": "Upsert a lead",
"request": {
"name": "Upsert a lead",
"description": {},
"url": {
"path": [
"v2",
"leads",
"upsert"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": []
},
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"method": "POST",
"auth": null,
"body": {
"mode": "raw",
"raw": "{\n \"first_name\": \"<string>\",\n \"last_name\": \"<string>\",\n \"organization_name\": \"<string>\",\n \"email\": \"<string>\",\n \"phone\": \"<string>\",\n \"mobile\": \"<string>\",\n \"status\": \"<string>\",\n \"source_id\": \"<integer>\",\n \"owner_id\": \"<integer>\",\n \"tags\": [\n \"<string>\",\n \"<string>\"\n ],\n \"custom_fields\": \"<object>\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "2eb38dcf-a98a-40ec-b8e9-794b9764e794",
"name": "Lead created or updated",
"originalRequest": {
"url": {
"path": [
"v2",
"leads",
"upsert"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": []
},
"header": [
{
"description": {
"content": "Added as a part of security scheme: oauth2",
"type": "text/plain"
},
"key": "Authorization",
"value": "<token>"
}
],
"method": "POST",
"body": {
"mode": "raw",
"raw": "{\n \"first_name\": \"<string>\",\n \"last_name\": \"<string>\",\n \"organization_name\": \"<string>\",\n \"email\": \"<string>\",\n \"phone\": \"<string>\",\n \"mobile\": \"<string>\",\n \"status\": \"<string>\",\n \"source_id\": \"<integer>\",\n \"owner_id\": \"<integer>\",\n \"tags\": [\n \"<string>\",\n \"<string>\"\n ],\n \"custom_fields\": \"<object>\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"body": "",
"cookie": [],
"_postman_previewlanguage": "text"
}
],
"event": [],
"protocolProfileBehavior": {
"disableBodyPruning": true
}
}
],
"event": []
},
{
"id": "a944c12c-86b6-4dd9-9142-c021c572cf09",
"name": "Contacts",
"description": {
"content": "Individual people and organizations.",
"type": "text/plain"
},
"item": [
{
"id": "0a67bf1c-a0b4-4e7b-adb1-1deb8616a8a2",
"name": "List contacts",
"request": {
"name": "List contacts",
"description": {},
"url": {
"path": [
"v2",
"contacts"
],
"host": [
"{{baseUrl}}"
],
"query": [
{
"disabled": false,
"key": "page",
"value": "<integer>"
},
{
"disabled": false,
"key": "per_page",
"value": "<integer>"
},
{
"disabled": false,
"key": "ids",
"value": "<string>"
},
{
"disabled": false,
"key": "creator_id",
"value": "<integer>"
},
{
"disabled": false,
"key": "owner_id",
"value": "<integer>"
},
{
"disabled": false,
"key": "is_organization",
"value": "<boolean>"
},
{
"disabled": false,
"key": "email",
"value": "<string>"
}
],
"variable": []
},
"method": "GET",
"auth": null
},
"response": [
{
"id": "387db7d6-d5fb-40a5-9d91-3a2e18a2dcb0",
"name": "List of contacts",
"originalRequest": {
"url": {
"path": [
"v2",
"contacts"
],
"host": [
"{{baseUrl}}"
],
"query": [
{
"key": "page",
"value": "<integer>"
},
{
"key": "per_page",
"value": "<integer>"
},
{
"key": "ids",
"value": "<string>"
},
{
"key": "creator_id",
"value": "<integer>"
},
{
"key": "owner_id",
"value": "<integer>"
},
{
"key": "is_organization",
"value": "<boolean>"
},
{
"key": "email",
"value": "<string>"
}
],
"variable": []
},
"header": [
{
"description": {
"content": "Added as a part of security scheme: oauth2",
"type": "text/plain"
},
"key": "Authorization",
"value": "<token>"
}
],
"method": "GET",
"body": {}
},
"status": "OK",
"code": 200,
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"body": "",
"cookie": [],
"_postman_previewlanguage": "text"
}
],
"event": [],
"protocolProfileBehavior": {
"disableBodyPruning": true
}
},
{
"id": "4330f4fd-cf51-4107-b4a4-6c3aacfa1550",
"name": "Create a contact",
"request": {
"name": "Create a contact",
"description": {},
"url": {
"path": [
"v2",
"contacts"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": []
},
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"method": "POST",
"auth": null,
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"<string>\",\n \"first_name\": \"<string>\",\n \"last_name\": \"<string>\",\n \"email\": \"<string>\",\n \"phone\": \"<string>\",\n \"mobile\": \"<string>\",\n \"customer_status\": \"<string>\",\n \"prospect_status\": \"<string>\",\n \"is_organization\": \"<boolean>\",\n \"owner_id\": \"<integer>\",\n \"tags\": [\n \"<string>\",\n \"<string>\"\n ],\n \"custom_fields\": \"<object>\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"response": [
{
"id": "5219ac2c-79ec-43a6-8392-f29dd669525d",
"name": "Contact created",
"originalRequest": {
"url": {
"path": [
"v2",
"contacts"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": []
},
"header": [
{
"description": {
"content": "Added as a part of security scheme: oauth2",
"type": "text/plain"
},
"key": "Authorization",
"value": "<token>"
}
],
"method": "POST",
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"<string>\",\n \"first_name\": \"<string>\",\n \"last_name\": \"<string>\",\n \"email\": \"<string>\",\n \"phone\": \"<string>\",\n \"mobile\": \"<string>\",\n \"customer_status\": \"<string>\",\n \"prospect_status\": \"<string>\",\n \"is_organization\": \"<boolean>\",\n \"owner_id\": \"<integer>\",\n \"tags\": [\n \"<string>\",\n \"<string>\"\n ],\n \"custom_fields\": \"<object>\"\n}",
"options": {
"raw": {
"language": "json"
}
}
}
},
"status": "OK",
"code": 200,
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"body": "",
"cookie": [],
"_postman_previewlanguage": "text"
}
],
"event": [],
"protocolProfileBehavior": {
"disableBodyPruning": true
}
},
{
"id": "3ecba520-e09b-4b68-b2e2-3edb524a6552",
"name": "Retrieve a contact",
"request": {
"name": "Retrieve a contact",
"description": {},
"url": {
"path": [
"v2",
"contacts",
":id"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": [
{
"disabled": false,
"type": "any",
"value": "<integer>",
"key": "id",
"description": "(Required) "
}
]
},
"method": "GET",
"auth": null
},
"response": [
{
"id": "c0fcb918-065f-4355-9dcc-10b7d32b1bc1",
"name": "Contact",
"originalRequest": {
"url": {
"path": [
"v2",
"contacts",
":id"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": [
{
"disabled": false,
"type": "any",
"value": "<integer>",
"key": "id",
"description": "(Required) "
}
]
},
"header": [
{
"description": {
"content": "Added as a part of security scheme: oauth2",
"type": "text/plain"
},
"key": "Authorization",
"value": "<token>"
}
],
"method": "GET",
"body": {}
},
"status": "OK",
"code": 200,
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"body": "",
"cookie": [],
"_postman_previewlanguage": "text"
}
],
"event": [],
"protocolProfileBehavior": {
"disableBodyPruning": true
}
},
{
"id": "7f73f33e-8fe1-454f-abdb-822163b67381",
"name": "Update a contact",
"request": {
"name": "Update a contact",
"description": {},
"url": {
"path": [
"v2",
"contacts",
":id"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": [
{
"disabled": false,
"type": "any",
"value": "<integer>",
"key": "id",
"description": "(Required) "
}
]
},
"method": "PUT",
"auth": null
},
"response": [
{
"id": "44981d60-d995-4b4d-8c10-bb1cc9acf57e",
"name": "Contact updated",
"originalRequest": {
"url": {
"path": [
"v2",
"contacts",
":id"
],
"host": [
"{{baseUrl}}"
],
"query": [],
"variable": [
{
"disabled": false,
"type": "any",
"value": "<integer>",
"key": "id",
"description": "(Required) "
}
]
},
"header": [
{
"description": {
"content": "Added as a part of security scheme: oauth2",
"type": "text/plain"
},
"key": "Authorization",
"value": "<token>"
}
],
"method": "PUT",
"body": {}
},
"status": "OK",
"code": 200,
"header": [
{
"key": "Content-T
# --- truncated at 32 KB (53 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/zendesk-sell/refs/heads/main/collections/zendesk-sell.postman_collection.json