{ "info": { "_postman_id": "5e791bef-ff9c-4c0c-8eb3-291866ea8084", "name": "Twilio SendGrid Account Provisioning API", "description": "The Twilio SendGrid Account Provisioning API provides a platform for Twilio SendGrid resellers to manage their customer accounts. This API is for companies that have a formal reseller partnership with Twilio SendGrid.\n\nYou can access Twilio SendGrid sub-account functionality without becoming a reseller. If you require sub-account functionality, see the Twilio [SendGrid Subusers](https://docs.sendgrid.com/ui/account-and-settings/subusers) feature, which is available with [Pro and Premier plans](https://sendgrid.com/pricing/).\n\nContact Support:\n Name: Twilio SendGrid Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-06-05T15:16:29.000Z", "updatedAt": "2026-06-05T15:16:29.000Z", "lastUpdatedBy": "35240", "uid": "35240-5e791bef-ff9c-4c0c-8eb3-291866ea8084" }, "item": [ { "name": "v3", "item": [ { "name": "partners", "item": [ { "name": "accounts", "item": [ { "name": "{accountID}", "item": [ { "name": "offerings", "item": [ { "name": "Get account offerings", "id": "b01141cc-1300-4e20-990c-c8d85b4fdb75", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "offerings" ], "variable": [ { "id": "7e5932a3-b740-47c7-9432-af11846ed7f2", "key": "accountID", "value": "", "description": "(Required) Twilio SendGrid account ID" } ] }, "description": "Retrieves offering information about the specified account." }, "response": [ { "id": "45d2eec6-4835-4d56-a601-d2cb61adec59", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "offerings" ], "variable": [ { "key": "accountID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"offerings\": [\n {\n \"name\": \"\",\n \"type\": \"package\",\n \"quantity\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-45d2eec6-4835-4d56-a601-d2cb61adec59" }, { "id": "ba0d5477-2a1e-4900-99c1-4870bb37bb45", "name": "The request was formatted incorrectly or missing required parameters.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "offerings" ], "variable": [ { "key": "accountID" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-ba0d5477-2a1e-4900-99c1-4870bb37bb45" }, { "id": "dd3b8be6-21b3-4f02-83ab-e91e0bccef30", "name": "Request lacks valid authentication credentials", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "offerings" ], "variable": [ { "key": "accountID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-dd3b8be6-21b3-4f02-83ab-e91e0bccef30" }, { "id": "4cac6cfc-c310-4ef1-a1e5-12b773a1a7d2", "name": "Not authorized to make the request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "offerings" ], "variable": [ { "key": "accountID" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-4cac6cfc-c310-4ef1-a1e5-12b773a1a7d2" }, { "id": "17c418c7-a7cb-4b28-8d0b-909350af4fb1", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "offerings" ], "variable": [ { "key": "accountID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-17c418c7-a7cb-4b28-8d0b-909350af4fb1" }, { "id": "f2a0aaca-ddc2-42cd-8026-7d1478cb5973", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "offerings" ], "variable": [ { "key": "accountID" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-f2a0aaca-ddc2-42cd-8026-7d1478cb5973" }, { "id": "1e1f21b2-1667-47d2-aebf-aefa84f27b91", "name": "Bad Gateway", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "offerings" ], "variable": [ { "key": "accountID" } ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-1e1f21b2-1667-47d2-aebf-aefa84f27b91" }, { "id": "fe8e074f-367b-4ff9-9176-4632753516f4", "name": "Service Unavailable", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "offerings" ], "variable": [ { "key": "accountID" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-fe8e074f-367b-4ff9-9176-4632753516f4" }, { "id": "8794067b-b907-499e-8b9e-4371025c9722", "name": "Endpoint request timed out", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "offerings" ], "variable": [ { "key": "accountID" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-8794067b-b907-499e-8b9e-4371025c9722" } ], "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-b01141cc-1300-4e20-990c-c8d85b4fdb75" }, { "name": "Update account offerings", "id": "2386b61e-d12f-4aa4-a6b1-5db3249e42e9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"offerings\": [\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"package\",\n \"quantity\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "offerings" ], "variable": [ { "id": "e671efc0-fd36-4117-83a8-ce9c26fd8a99", "key": "accountID", "value": "", "description": "(Required) Twilio SendGrid account ID" } ] }, "description": "Changes a package offering for the specified account. Please note that an account can have only one package offering. Also associates one or more add-on offerings such as Marketing Campaigns, Dedicated IP Addresses, and Expert Services to the specified account." }, "response": [ { "id": "6f281041-22e4-4add-82ac-a3a9e713db72", "name": "OK", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"offerings\": [\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"package\",\n \"quantity\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "offerings" ], "variable": [ { "key": "accountID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"offerings\": [\n {\n \"name\": \"\",\n \"type\": \"package\",\n \"quantity\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-6f281041-22e4-4add-82ac-a3a9e713db72" }, { "id": "8edf6f82-d98d-4f65-933a-a21cd7477fa7", "name": "The request was formatted incorrectly or missing required parameters.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"offerings\": [\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"package\",\n \"quantity\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "offerings" ], "variable": [ { "key": "accountID" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-8edf6f82-d98d-4f65-933a-a21cd7477fa7" }, { "id": "587fab3e-d315-42a3-b283-75843e9935f4", "name": "Request lacks valid authentication credentials", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"offerings\": [\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"package\",\n \"quantity\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "offerings" ], "variable": [ { "key": "accountID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-587fab3e-d315-42a3-b283-75843e9935f4" }, { "id": "925bddda-528d-4a0a-8996-c697a68a5106", "name": "Not authorized to make the request", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"offerings\": [\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"package\",\n \"quantity\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "offerings" ], "variable": [ { "key": "accountID" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-925bddda-528d-4a0a-8996-c697a68a5106" }, { "id": "43918a4e-88f1-420a-af31-597d45d15096", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"offerings\": [\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"package\",\n \"quantity\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "offerings" ], "variable": [ { "key": "accountID" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-43918a4e-88f1-420a-af31-597d45d15096" }, { "id": "25712ed8-b683-4f97-a5ab-b78e1617095a", "name": "Bad Gateway", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"offerings\": [\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"package\",\n \"quantity\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "offerings" ], "variable": [ { "key": "accountID" } ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-25712ed8-b683-4f97-a5ab-b78e1617095a" }, { "id": "f5bb045b-4391-4ea3-ba1f-324151de1968", "name": "Service Unavailable", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"offerings\": [\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"package\",\n \"quantity\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "offerings" ], "variable": [ { "key": "accountID" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-f5bb045b-4391-4ea3-ba1f-324151de1968" }, { "id": "bb6d6ed7-6f58-4d1d-872a-1f8431ee3a7d", "name": "Endpoint request timed out", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"offerings\": [\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"package\",\n \"quantity\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "offerings" ], "variable": [ { "key": "accountID" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-bb6d6ed7-6f58-4d1d-872a-1f8431ee3a7d" } ], "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-2386b61e-d12f-4aa4-a6b1-5db3249e42e9" } ], "id": "5ac1f8de-79a5-4717-8f79-f192d459fdde", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-5ac1f8de-79a5-4717-8f79-f192d459fdde" }, { "name": "sso", "item": [ { "name": "Authenticate an account with single sign on", "id": "f347e4cb-3e55-4844-a658-e7c9579be766", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/sso", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "sso" ], "variable": [ { "id": "983842d3-c2fd-4683-8ba2-8489b7731d3b", "key": "accountID", "value": "", "description": "(Required) Twilio SendGrid account ID" } ] }, "description": "Authenticates and logs in a user to Twilio Sendgrid as a specific admin identity configured for SSO by partner. Any additional teammates or subusers will need to log in directly via app.sendgrid.com" }, "response": [ { "id": "7635a9d5-e9d2-4bcd-9f1b-1cc5150d58d7", "name": "Successful redirect to app.sendgrid.com.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/sso", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "sso" ], "variable": [ { "key": "accountID" } ] } }, "status": "See Other", "code": 303, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-7635a9d5-e9d2-4bcd-9f1b-1cc5150d58d7" }, { "id": "aeee7b1c-94fa-494f-94f3-08be88d6fc39", "name": "Request lacks valid authentication credentials", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/sso", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "sso" ], "variable": [ { "key": "accountID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-aeee7b1c-94fa-494f-94f3-08be88d6fc39" }, { "id": "8df9b859-2a00-4a78-8c2a-7111910546df", "name": "Not authorized to make the request", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/sso", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "sso" ], "variable": [ { "key": "accountID" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-8df9b859-2a00-4a78-8c2a-7111910546df" }, { "id": "d79c6925-c2e3-426c-b253-a0a5c4d8bbe9", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/sso", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "sso" ], "variable": [ { "key": "accountID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-d79c6925-c2e3-426c-b253-a0a5c4d8bbe9" }, { "id": "faaac5d5-5fff-4973-a0e5-ee594b6003f2", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/sso", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "sso" ], "variable": [ { "key": "accountID" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-faaac5d5-5fff-4973-a0e5-ee594b6003f2" }, { "id": "ba1e2c51-9e3d-4072-8722-1062c20c755c", "name": "Bad Gateway", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/sso", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "sso" ], "variable": [ { "key": "accountID" } ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-ba1e2c51-9e3d-4072-8722-1062c20c755c" }, { "id": "50e7ab0e-8a27-473b-a9ff-ca09a4c6d5e1", "name": "Service Unavailable", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/sso", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "sso" ], "variable": [ { "key": "accountID" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-50e7ab0e-8a27-473b-a9ff-ca09a4c6d5e1" }, { "id": "8ffcb021-b2d9-4dd7-9980-225c175abee5", "name": "Endpoint request timed out", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/sso", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "sso" ], "variable": [ { "key": "accountID" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-8ffcb021-b2d9-4dd7-9980-225c175abee5" } ], "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-f347e4cb-3e55-4844-a658-e7c9579be766" } ], "id": "756425c4-00ac-48f0-a92f-9ac30163d721", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-756425c4-00ac-48f0-a92f-9ac30163d721" }, { "name": "state", "item": [ { "name": "Get an account's state", "id": "4dfdcee7-5da9-43d7-925e-be37dbe577b6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/state", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "state" ], "variable": [ { "id": "7e6b435c-8e58-4bd8-b014-e43f406346b2", "key": "accountID", "value": "", "description": "(Required) Twilio SendGrid account ID" } ] }, "description": "Retrieve the state of the specified account." }, "response": [ { "id": "4db51468-daea-4661-af59-bc507a76e664", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/state", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "state" ], "variable": [ { "key": "accountID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"state\": \"banned\"\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-4db51468-daea-4661-af59-bc507a76e664" }, { "id": "208627f6-9bba-4914-aeef-3d0d4518475c", "name": "The request was formatted incorrectly or missing required parameters.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/state", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "state" ], "variable": [ { "key": "accountID" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-208627f6-9bba-4914-aeef-3d0d4518475c" }, { "id": "626da176-2ecf-4afb-86cd-5c23c02dce5f", "name": "Request lacks valid authentication credentials", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/state", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "state" ], "variable": [ { "key": "accountID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-626da176-2ecf-4afb-86cd-5c23c02dce5f" }, { "id": "7278a7e4-e857-4896-8b99-ff2703c04e05", "name": "Not authorized to make the request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/state", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "state" ], "variable": [ { "key": "accountID" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-7278a7e4-e857-4896-8b99-ff2703c04e05" }, { "id": "051c7bf0-6eaa-4870-a6ed-bee16a261a9e", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/state", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "state" ], "variable": [ { "key": "accountID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-051c7bf0-6eaa-4870-a6ed-bee16a261a9e" }, { "id": "688ffe6f-d2c6-46cf-bdd3-99a81e1c4b8d", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/state", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "state" ], "variable": [ { "key": "accountID" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-688ffe6f-d2c6-46cf-bdd3-99a81e1c4b8d" }, { "id": "aef46c5a-4c83-44a0-9ae4-786ff76a22bd", "name": "Bad Gateway", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/state", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "state" ], "variable": [ { "key": "accountID" } ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-aef46c5a-4c83-44a0-9ae4-786ff76a22bd" }, { "id": "7be31a8e-2f2b-43f4-9253-501ab061774a", "name": "Service Unavailable", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/state", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "state" ], "variable": [ { "key": "accountID" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-7be31a8e-2f2b-43f4-9253-501ab061774a" }, { "id": "585c8636-0545-45ed-b809-a05fb5e9b60f", "name": "Endpoint request timed out", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/state", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "state" ], "variable": [ { "key": "accountID" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-585c8636-0545-45ed-b809-a05fb5e9b60f" } ], "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-4dfdcee7-5da9-43d7-925e-be37dbe577b6" }, { "name": "Update an account's state", "id": "96d00d29-7b58-46f7-a95c-98478422846d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"state\": \"activated\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/state", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "state" ], "variable": [ { "id": "9086b99a-62e6-4b92-a225-05f8e369d067", "key": "accountID", "value": "", "description": "(Required) Twilio SendGrid account ID" } ] }, "description": "Update the state of the specified account." }, "response": [ { "id": "5e834caf-0cdb-4dba-8fa1-b15bd2c9b3f3", "name": "State successfully updated", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"state\": \"activated\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/state", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "state" ], "variable": [ { "key": "accountID" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-5e834caf-0cdb-4dba-8fa1-b15bd2c9b3f3" }, { "id": "a836d35a-01c9-46eb-adf3-59bfd9bebf2f", "name": "The request was formatted incorrectly or missing required parameters.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"state\": \"activated\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/state", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "state" ], "variable": [ { "key": "accountID" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-a836d35a-01c9-46eb-adf3-59bfd9bebf2f" }, { "id": "7cdfc771-9856-4269-9d7c-e64404676e08", "name": "Request lacks valid authentication credentials", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"state\": \"activated\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/state", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "state" ], "variable": [ { "key": "accountID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-7cdfc771-9856-4269-9d7c-e64404676e08" }, { "id": "6b04e9a3-cb6b-4e50-bfe9-4c8eaa0a291e", "name": "Not authorized to make the request", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"state\": \"activated\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/state", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "state" ], "variable": [ { "key": "accountID" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-6b04e9a3-cb6b-4e50-bfe9-4c8eaa0a291e" }, { "id": "0fd7163f-83a3-403c-a526-1d56e1dc3af3", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"state\": \"activated\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/state", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "state" ], "variable": [ { "key": "accountID" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-0fd7163f-83a3-403c-a526-1d56e1dc3af3" }, { "id": "a5e9b843-b2c1-4843-9805-765a41b4c118", "name": "Bad Gateway", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"state\": \"activated\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/state", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "state" ], "variable": [ { "key": "accountID" } ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-a5e9b843-b2c1-4843-9805-765a41b4c118" }, { "id": "7268398f-abca-48d4-99cb-cd3df2525ab0", "name": "Service Unavailable", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"state\": \"activated\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/state", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "state" ], "variable": [ { "key": "accountID" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-7268398f-abca-48d4-99cb-cd3df2525ab0" }, { "id": "5a76a32d-e1e4-4634-b92e-72d012c27aa7", "name": "Endpoint request timed out", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"state\": \"activated\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID/state", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID", "state" ], "variable": [ { "key": "accountID" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-5a76a32d-e1e4-4634-b92e-72d012c27aa7" } ], "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-96d00d29-7b58-46f7-a95c-98478422846d" } ], "id": "a2736a94-6c40-40a0-8fac-4f3e0d15fcd1", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-a2736a94-6c40-40a0-8fac-4f3e0d15fcd1" }, { "name": "Delete an account", "id": "475799ce-0563-4afe-a698-0f05d3a761f6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID" ], "variable": [ { "id": "22a3a4f4-94e4-42bc-be48-cbe0f5f3725d", "key": "accountID", "value": "", "description": "(Required) Twilio SendGrid account ID" } ] }, "description": "Delete a specific account under your organization by account ID. Note that this is an **irreversible** action that does the following:\n\n - Revokes API Keys and SSO so that the account user cannot log in or access SendGrid data.\n - Removes all offerings and configured SendGrid resources such as dedicated IPs.\n - Cancels billing effective immediately." }, "response": [ { "id": "5a4eeb93-e9d4-48ec-ad98-6b8cd21208b2", "name": "Account successfully deleted.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID" ], "variable": [ { "key": "accountID" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-5a4eeb93-e9d4-48ec-ad98-6b8cd21208b2" }, { "id": "1b695f03-fcac-49c0-9eb4-2719e9d832cd", "name": "The request was formatted incorrectly or missing required parameters.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID" ], "variable": [ { "key": "accountID" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-1b695f03-fcac-49c0-9eb4-2719e9d832cd" }, { "id": "fa136a5d-4419-4c1e-8ea9-d33e30974bd2", "name": "Request lacks valid authentication credentials", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID" ], "variable": [ { "key": "accountID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-fa136a5d-4419-4c1e-8ea9-d33e30974bd2" }, { "id": "8f7facfb-69d9-403d-8cb4-60e36ca138b7", "name": "Not authorized to make the request", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID" ], "variable": [ { "key": "accountID" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-8f7facfb-69d9-403d-8cb4-60e36ca138b7" }, { "id": "a21c85db-edd5-448e-86a5-f61108723cb9", "name": "Not Found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID" ], "variable": [ { "key": "accountID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-a21c85db-edd5-448e-86a5-f61108723cb9" }, { "id": "b5cf124a-99be-4b37-b2f6-532ef79ff787", "name": "Internal Server Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID" ], "variable": [ { "key": "accountID" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-b5cf124a-99be-4b37-b2f6-532ef79ff787" }, { "id": "6821d174-e428-4466-a376-7d7be78f1339", "name": "Bad Gateway", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID" ], "variable": [ { "key": "accountID" } ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-6821d174-e428-4466-a376-7d7be78f1339" }, { "id": "2483fe80-50bb-46ae-b8db-62623d9eeff4", "name": "Service Unavailable", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID" ], "variable": [ { "key": "accountID" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-2483fe80-50bb-46ae-b8db-62623d9eeff4" }, { "id": "cb9792ee-febd-438b-8a9a-c5aca14fff1d", "name": "Endpoint request timed out", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts/:accountID", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts", ":accountID" ], "variable": [ { "key": "accountID" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-cb9792ee-febd-438b-8a9a-c5aca14fff1d" } ], "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-475799ce-0563-4afe-a698-0f05d3a761f6" } ], "id": "a3a4c495-d7ff-4a31-843c-3010c9f902a7", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-a3a4c495-d7ff-4a31-843c-3010c9f902a7" }, { "name": "Get all accounts", "id": "fb374b1a-c428-4660-a2e2-e3aed917f815", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts?offset=&limit=10", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts" ], "query": [ { "description": "The last item successfully retrieved", "key": "offset", "value": "" }, { "description": "The number of items to return", "key": "limit", "value": "10" } ] }, "description": "Retrieves all accounts under the organization." }, "response": [ { "id": "726cdd76-1bd1-40d4-9d3a-6c9204139019", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts?offset=&limit=10", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts" ], "query": [ { "description": "The last item successfully retrieved", "key": "offset", "value": "" }, { "description": "The number of items to return", "key": "limit", "value": "10" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"accounts\": [\n {\n \"id\": \"\",\n \"created_at\": \"\"\n },\n {\n \"id\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"pages\": {\n \"last\": \"\"\n }\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-726cdd76-1bd1-40d4-9d3a-6c9204139019" }, { "id": "22f89837-fd2f-40f0-a96a-c3db0bfdd331", "name": "The request was formatted incorrectly or missing required parameters.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts?offset=&limit=10", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts" ], "query": [ { "description": "The last item successfully retrieved", "key": "offset", "value": "" }, { "description": "The number of items to return", "key": "limit", "value": "10" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-22f89837-fd2f-40f0-a96a-c3db0bfdd331" }, { "id": "30d126e1-bc47-462c-9305-7db8cd3c8fea", "name": "Request lacks valid authentication credentials", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts?offset=&limit=10", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts" ], "query": [ { "description": "The last item successfully retrieved", "key": "offset", "value": "" }, { "description": "The number of items to return", "key": "limit", "value": "10" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-30d126e1-bc47-462c-9305-7db8cd3c8fea" }, { "id": "563a5c1c-4efa-42f3-8ee5-8ac60da93710", "name": "Not authorized to make the request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts?offset=&limit=10", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts" ], "query": [ { "description": "The last item successfully retrieved", "key": "offset", "value": "" }, { "description": "The number of items to return", "key": "limit", "value": "10" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-563a5c1c-4efa-42f3-8ee5-8ac60da93710" }, { "id": "f00ee64c-3a60-44b6-b940-38494aa925b5", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts?offset=&limit=10", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts" ], "query": [ { "description": "The last item successfully retrieved", "key": "offset", "value": "" }, { "description": "The number of items to return", "key": "limit", "value": "10" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-f00ee64c-3a60-44b6-b940-38494aa925b5" }, { "id": "67064dd6-5615-4a3f-88e8-992358bea862", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts?offset=&limit=10", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts" ], "query": [ { "description": "The last item successfully retrieved", "key": "offset", "value": "" }, { "description": "The number of items to return", "key": "limit", "value": "10" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-67064dd6-5615-4a3f-88e8-992358bea862" }, { "id": "5c402c26-d553-447f-8e57-5c99e3b3692b", "name": "Bad Gateway", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts?offset=&limit=10", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts" ], "query": [ { "description": "The last item successfully retrieved", "key": "offset", "value": "" }, { "description": "The number of items to return", "key": "limit", "value": "10" } ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-5c402c26-d553-447f-8e57-5c99e3b3692b" }, { "id": "d0108c1d-b5ef-400b-8d12-aceddb834f78", "name": "Service Unavailable", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts?offset=&limit=10", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts" ], "query": [ { "description": "The last item successfully retrieved", "key": "offset", "value": "" }, { "description": "The number of items to return", "key": "limit", "value": "10" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-d0108c1d-b5ef-400b-8d12-aceddb834f78" }, { "id": "f6b8d31b-b570-4a52-acf9-f688db8087b8", "name": "Endpoint request timed out", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/accounts?offset=&limit=10", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts" ], "query": [ { "description": "The last item successfully retrieved", "key": "offset", "value": "" }, { "description": "The number of items to return", "key": "limit", "value": "10" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-f6b8d31b-b570-4a52-acf9-f688db8087b8" } ], "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-fb374b1a-c428-4660-a2e2-e3aed917f815" }, { "name": "Create an account", "id": "571da871-b1d8-4b6a-bf58-f967e5081506", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "**OPTIONAL** Custom request header provided ONLY for a test account", "key": "T-Test-Account", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"offerings\": [\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n }\n ],\n \"profile\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"company_name\": \"\",\n \"company_website\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"timezone\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts" ] }, "description": "Creates a new account, with specified offering, under the organization." }, "response": [ { "id": "ffeee24b-7797-47d7-a84e-7ac57a082a5b", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "description": "**OPTIONAL** Custom request header provided ONLY for a test account", "key": "T-Test-Account", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"offerings\": [\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n }\n ],\n \"profile\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"company_name\": \"\",\n \"company_website\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"timezone\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"account_id\": \"\"\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-ffeee24b-7797-47d7-a84e-7ac57a082a5b" }, { "id": "92c6c9b6-ff9f-4909-a14f-178b251c633e", "name": "The request was formatted incorrectly or missing required parameters.", "originalRequest": { "method": "POST", "header": [ { "description": "**OPTIONAL** Custom request header provided ONLY for a test account", "key": "T-Test-Account", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"offerings\": [\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n }\n ],\n \"profile\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"company_name\": \"\",\n \"company_website\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"timezone\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-92c6c9b6-ff9f-4909-a14f-178b251c633e" }, { "id": "4c1b9c96-27ad-404a-b996-045ebc8ddb99", "name": "Request lacks valid authentication credentials", "originalRequest": { "method": "POST", "header": [ { "description": "**OPTIONAL** Custom request header provided ONLY for a test account", "key": "T-Test-Account", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"offerings\": [\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n }\n ],\n \"profile\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"company_name\": \"\",\n \"company_website\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"timezone\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-4c1b9c96-27ad-404a-b996-045ebc8ddb99" }, { "id": "71d81dc2-be24-4356-bc35-20acecea1973", "name": "Not authorized to make the request", "originalRequest": { "method": "POST", "header": [ { "description": "**OPTIONAL** Custom request header provided ONLY for a test account", "key": "T-Test-Account", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"offerings\": [\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n }\n ],\n \"profile\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"company_name\": \"\",\n \"company_website\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"timezone\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-71d81dc2-be24-4356-bc35-20acecea1973" }, { "id": "7ef347e8-4648-421c-8c3d-9639920dd13d", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "description": "**OPTIONAL** Custom request header provided ONLY for a test account", "key": "T-Test-Account", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"offerings\": [\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n }\n ],\n \"profile\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"company_name\": \"\",\n \"company_website\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"timezone\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-7ef347e8-4648-421c-8c3d-9639920dd13d" }, { "id": "474053a5-012f-4448-8612-abaa79ded1e2", "name": "Bad Gateway", "originalRequest": { "method": "POST", "header": [ { "description": "**OPTIONAL** Custom request header provided ONLY for a test account", "key": "T-Test-Account", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"offerings\": [\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n }\n ],\n \"profile\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"company_name\": \"\",\n \"company_website\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"timezone\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts" ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-474053a5-012f-4448-8612-abaa79ded1e2" }, { "id": "3545b4eb-a954-4c12-87f0-e2fb07ae660a", "name": "Service Unavailable", "originalRequest": { "method": "POST", "header": [ { "description": "**OPTIONAL** Custom request header provided ONLY for a test account", "key": "T-Test-Account", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"offerings\": [\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n }\n ],\n \"profile\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"company_name\": \"\",\n \"company_website\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"timezone\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-3545b4eb-a954-4c12-87f0-e2fb07ae660a" }, { "id": "beef0119-7f2a-47e2-acb2-719485891ec4", "name": "Endpoint request timed out", "originalRequest": { "method": "POST", "header": [ { "description": "**OPTIONAL** Custom request header provided ONLY for a test account", "key": "T-Test-Account", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"offerings\": [\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n }\n ],\n \"profile\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"company_name\": \"\",\n \"company_website\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"timezone\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/partners/accounts", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "accounts" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-beef0119-7f2a-47e2-acb2-719485891ec4" } ], "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-571da871-b1d8-4b6a-bf58-f967e5081506" } ], "id": "21ce63c6-317a-45eb-bd77-31654cce8e1a", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-21ce63c6-317a-45eb-bd77-31654cce8e1a" }, { "name": "offerings", "item": [ { "name": "Get all available offerings", "id": "901bcf90-c425-4448-9ad7-b171a42c6116", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v3/partners/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "offerings" ] }, "description": "Retrieves offerings available under the organization." }, "response": [ { "id": "ef262dc8-2b69-4506-ac04-2f74856f15d7", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "offerings" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"catalog\": [\n {\n \"offering\": {\n \"name\": \"\",\n \"type\": \"addon\",\n \"quantity\": \"\"\n },\n \"entitlements\": {\n \"email_sends_max_monthly\": \"\",\n \"ip_count\": \"\",\n \"teammates_max_total\": \"\",\n \"users_max_total\": \"\"\n }\n },\n {\n \"offering\": {\n \"name\": \"\",\n \"type\": \"package\",\n \"quantity\": \"\"\n },\n \"entitlements\": {\n \"email_sends_max_monthly\": \"\",\n \"ip_count\": \"\",\n \"teammates_max_total\": \"\",\n \"users_max_total\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-ef262dc8-2b69-4506-ac04-2f74856f15d7" }, { "id": "678184df-85f7-4db1-ac98-01ce2c43116d", "name": "The request was formatted incorrectly or missing required parameters.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "offerings" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-678184df-85f7-4db1-ac98-01ce2c43116d" }, { "id": "07840e7c-2722-4dee-95d3-8450b2bde3f7", "name": "Request lacks valid authentication credentials", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "offerings" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-07840e7c-2722-4dee-95d3-8450b2bde3f7" }, { "id": "d4693fdd-490d-4e80-b686-d5bb3e821347", "name": "Not authorized to make the request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "offerings" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-d4693fdd-490d-4e80-b686-d5bb3e821347" }, { "id": "67157380-d3d6-4b58-b4f0-a8e0f40b12d4", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "offerings" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-67157380-d3d6-4b58-b4f0-a8e0f40b12d4" }, { "id": "51bce07a-db02-4d04-874e-ad62e3c38261", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "offerings" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-51bce07a-db02-4d04-874e-ad62e3c38261" }, { "id": "68578726-3b16-4c5e-84ae-d3931c16971d", "name": "Bad Gateway", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "offerings" ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-68578726-3b16-4c5e-84ae-d3931c16971d" }, { "id": "d13ff8d7-e703-468b-bf5e-00110481eacd", "name": "Service Unavailable", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "offerings" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-d13ff8d7-e703-468b-bf5e-00110481eacd" }, { "id": "98de66d6-a93f-4e5e-bcab-5207478aec68", "name": "Endpoint request timed out", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/partners/offerings", "host": [ "{{baseUrl}}" ], "path": [ "v3", "partners", "offerings" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"error_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-98de66d6-a93f-4e5e-bcab-5207478aec68" } ], "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-901bcf90-c425-4448-9ad7-b171a42c6116" } ], "id": "15dcf8bc-1bf2-4307-82e7-da4689c9e00a", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-15dcf8bc-1bf2-4307-82e7-da4689c9e00a" } ], "id": "f44b7396-ece8-434b-a5d8-8c900568016b", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-f44b7396-ece8-434b-a5d8-8c900568016b" } ], "id": "970f318f-2c6d-40a7-a835-20ac9f8d7d2b", "createdAt": "2026-06-05T15:16:30.000Z", "updatedAt": "2026-06-05T15:16:30.000Z", "uid": "35240-970f318f-2c6d-40a7-a835-20ac9f8d7d2b" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.sendgrid.com" } ] }