{ "info": { "_postman_id": "818a945d-e82e-41aa-9677-fdc8478ede95", "name": "Twilio SendGrid Marketing Campaigns Senders API", "description": "The Twilio SendGrid Marketing Campaigns Senders API allows you to create a verified sender from which your marketing emails will be sent. To ensure our customers maintain the best possible sender reputations and to uphold legitimate sending behavior, we require customers to verify their Senders. A Sender represents your \u201cFrom\u201d email address\u2014the address your recipients will see as the sender of your emails.\n\nContact Support:\n Name: Twilio SendGrid Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-06-05T15:17:34.000Z", "updatedAt": "2026-06-05T15:17:34.000Z", "lastUpdatedBy": "35240", "uid": "35240-818a945d-e82e-41aa-9677-fdc8478ede95" }, "item": [ { "name": "v3", "item": [ { "name": "marketing", "item": [ { "name": "senders", "item": [ { "name": "{id}", "item": [ { "name": "resend_verification", "item": [ { "name": "Resend a Sender verification", "id": "f0bd3d42-49aa-4085-a233-23dfb48382da", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "The `on-behalf-of` header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be \"account-id\" followed by the customer account's ID (e.g., `on-behalf-of: account-id `). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., `on-behalf-of: `). See [**On Behalf Of**](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/on-behalf-of) for more information.", "key": "on-behalf-of", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v3/marketing/senders/:id/resend_verification", "host": [ "{{baseUrl}}" ], "path": [ "v3", "marketing", "senders", ":id", "resend_verification" ], "variable": [ { "id": "342b5887-e51e-4459-a079-f181500e95c7", "key": "id", "value": "", "description": "(Required) The unique identifier of the Sender." } ] }, "description": "**This endpoint allows you to resend the verification request for a specific Sender.**" }, "response": [ { "id": "716bb643-4a28-436e-bfdd-a199c0f36d78", "name": "successfully posted, no response in payload", "originalRequest": { "method": "POST", "header": [ { "description": "The `on-behalf-of` header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be \"account-id\" followed by the customer account's ID (e.g., `on-behalf-of: account-id `). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., `on-behalf-of: `). See [**On Behalf Of**](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/on-behalf-of) for more information.", "key": "on-behalf-of", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/marketing/senders/:id/resend_verification", "host": [ "{{baseUrl}}" ], "path": [ "v3", "marketing", "senders", ":id", "resend_verification" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-716bb643-4a28-436e-bfdd-a199c0f36d78" }, { "id": "d97b1cd2-793f-4252-b9b0-ac380e62d3a7", "name": "response", "originalRequest": { "method": "POST", "header": [ { "description": "The `on-behalf-of` header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be \"account-id\" followed by the customer account's ID (e.g., `on-behalf-of: account-id `). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., `on-behalf-of: `). See [**On Behalf Of**](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/on-behalf-of) for more information.", "key": "on-behalf-of", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/marketing/senders/:id/resend_verification", "host": [ "{{baseUrl}}" ], "path": [ "v3", "marketing", "senders", ":id", "resend_verification" ], "variable": [ { "key": "id" } ] } }, "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 \"help\": {}\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"help\": {}\n }\n ],\n \"id\": \"\"\n}", "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-d97b1cd2-793f-4252-b9b0-ac380e62d3a7" }, { "id": "a2190a57-69fa-450d-9a11-3ef695e20812", "name": "response", "originalRequest": { "method": "POST", "header": [ { "description": "The `on-behalf-of` header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be \"account-id\" followed by the customer account's ID (e.g., `on-behalf-of: account-id `). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., `on-behalf-of: `). See [**On Behalf Of**](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/on-behalf-of) for more information.", "key": "on-behalf-of", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/marketing/senders/:id/resend_verification", "host": [ "{{baseUrl}}" ], "path": [ "v3", "marketing", "senders", ":id", "resend_verification" ], "variable": [ { "key": "id" } ] } }, "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 \"help\": {}\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"help\": {}\n }\n ],\n \"id\": \"\"\n}", "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-a2190a57-69fa-450d-9a11-3ef695e20812" } ], "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-f0bd3d42-49aa-4085-a233-23dfb48382da" } ], "id": "0357a379-e0d9-45e4-9873-a2616aba8e09", "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-0357a379-e0d9-45e4-9873-a2616aba8e09" }, { "name": "Get a specific Sender", "id": "2354bdee-4371-437f-81c5-c25b229695c7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "The `on-behalf-of` header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be \"account-id\" followed by the customer account's ID (e.g., `on-behalf-of: account-id `). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., `on-behalf-of: `). See [**On Behalf Of**](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/on-behalf-of) for more information.", "key": "on-behalf-of", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v3/marketing/senders/:id", "host": [ "{{baseUrl}}" ], "path": [ "v3", "marketing", "senders", ":id" ], "variable": [ { "id": "b7b389b9-b3f2-4ae9-bd15-74d7b5c1ce3e", "key": "id", "value": "", "description": "(Required) The unique identifier of the Sender." } ] }, "description": "**This endpoint allows you to get the details for a specific Sender by `id`.**" }, "response": [ { "id": "91eda24f-4044-4e55-a943-b2956abef19b", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "The `on-behalf-of` header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be \"account-id\" followed by the customer account's ID (e.g., `on-behalf-of: account-id `). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., `on-behalf-of: `). See [**On Behalf Of**](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/on-behalf-of) for more information.", "key": "on-behalf-of", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/marketing/senders/:id", "host": [ "{{baseUrl}}" ], "path": [ "v3", "marketing", "senders", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"created_at\": \"\",\n \"from\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"id\": \"\",\n \"locked\": \"\",\n \"nickname\": \"\",\n \"reply_to\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"updated_at\": \"\",\n \"verified\": \"\",\n \"address_2\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n}", "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-91eda24f-4044-4e55-a943-b2956abef19b" }, { "id": "d3dec49e-087a-4070-9e4e-ad9883d79a28", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "The `on-behalf-of` header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be \"account-id\" followed by the customer account's ID (e.g., `on-behalf-of: account-id `). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., `on-behalf-of: `). See [**On Behalf Of**](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/on-behalf-of) for more information.", "key": "on-behalf-of", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/marketing/senders/:id", "host": [ "{{baseUrl}}" ], "path": [ "v3", "marketing", "senders", ":id" ], "variable": [ { "key": "id" } ] } }, "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 \"help\": {}\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"help\": {}\n }\n ],\n \"id\": \"\"\n}", "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-d3dec49e-087a-4070-9e4e-ad9883d79a28" } ], "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-2354bdee-4371-437f-81c5-c25b229695c7" }, { "name": "Update a Sender", "id": "e900deba-f162-4a75-b795-ca3f25aa125c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "description": "The `on-behalf-of` header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be \"account-id\" followed by the customer account's ID (e.g., `on-behalf-of: account-id `). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., `on-behalf-of: `). See [**On Behalf Of**](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/on-behalf-of) for more information.", "key": "on-behalf-of", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"nickname\": \"\",\n \"from\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"reply_to\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"address\": \"\",\n \"address_2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/marketing/senders/:id", "host": [ "{{baseUrl}}" ], "path": [ "v3", "marketing", "senders", ":id" ], "variable": [ { "id": "714135c6-9c35-442a-b2a2-b0c13062d5e1", "key": "id", "value": "", "description": "(Required) The unique identifier of the Sender." } ] }, "description": "**This endpoint allows you to update an existing Sender.**\n\nUpdates to `from.email` require re-verification. If your domain has been authenticated, a new Sender will auto verify on creation. Otherwise, an email will be sent to the `from.email`.\n\nPartial updates are allowed, but fields that are marked as \"required\" in the `POST` (create) endpoint must not be nil if that field is included in the `PATCH` request." }, "response": [ { "id": "a685f013-491b-4dec-b880-dfdf0dfa38d2", "name": "response", "originalRequest": { "method": "PATCH", "header": [ { "description": "The `on-behalf-of` header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be \"account-id\" followed by the customer account's ID (e.g., `on-behalf-of: account-id `). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., `on-behalf-of: `). See [**On Behalf Of**](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/on-behalf-of) for more information.", "key": "on-behalf-of", "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 \"nickname\": \"\",\n \"from\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"reply_to\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"address\": \"\",\n \"address_2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/marketing/senders/:id", "host": [ "{{baseUrl}}" ], "path": [ "v3", "marketing", "senders", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"created_at\": \"\",\n \"from\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"id\": \"\",\n \"locked\": \"\",\n \"nickname\": \"\",\n \"reply_to\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"updated_at\": \"\",\n \"verified\": \"\",\n \"address_2\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n}", "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-a685f013-491b-4dec-b880-dfdf0dfa38d2" }, { "id": "334f61e7-179d-4401-a48b-76caa90576ce", "name": "response", "originalRequest": { "method": "PATCH", "header": [ { "description": "The `on-behalf-of` header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be \"account-id\" followed by the customer account's ID (e.g., `on-behalf-of: account-id `). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., `on-behalf-of: `). See [**On Behalf Of**](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/on-behalf-of) for more information.", "key": "on-behalf-of", "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 \"nickname\": \"\",\n \"from\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"reply_to\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"address\": \"\",\n \"address_2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/marketing/senders/:id", "host": [ "{{baseUrl}}" ], "path": [ "v3", "marketing", "senders", ":id" ], "variable": [ { "key": "id" } ] } }, "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 \"help\": {}\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"help\": {}\n }\n ],\n \"id\": \"\"\n}", "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-334f61e7-179d-4401-a48b-76caa90576ce" }, { "id": "7ff1f621-2e71-4c7b-99bf-1b1e3b260503", "name": "response", "originalRequest": { "method": "PATCH", "header": [ { "description": "The `on-behalf-of` header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be \"account-id\" followed by the customer account's ID (e.g., `on-behalf-of: account-id `). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., `on-behalf-of: `). See [**On Behalf Of**](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/on-behalf-of) for more information.", "key": "on-behalf-of", "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 \"nickname\": \"\",\n \"from\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"reply_to\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"address\": \"\",\n \"address_2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/marketing/senders/:id", "host": [ "{{baseUrl}}" ], "path": [ "v3", "marketing", "senders", ":id" ], "variable": [ { "key": "id" } ] } }, "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 \"help\": {}\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"help\": {}\n }\n ],\n \"id\": \"\"\n}", "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-7ff1f621-2e71-4c7b-99bf-1b1e3b260503" }, { "id": "c50c4723-6897-4b8b-b80b-f0c73f56943b", "name": "response", "originalRequest": { "method": "PATCH", "header": [ { "description": "The `on-behalf-of` header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be \"account-id\" followed by the customer account's ID (e.g., `on-behalf-of: account-id `). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., `on-behalf-of: `). See [**On Behalf Of**](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/on-behalf-of) for more information.", "key": "on-behalf-of", "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 \"nickname\": \"\",\n \"from\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"reply_to\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"address\": \"\",\n \"address_2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/marketing/senders/:id", "host": [ "{{baseUrl}}" ], "path": [ "v3", "marketing", "senders", ":id" ], "variable": [ { "key": "id" } ] } }, "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 \"help\": {}\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"help\": {}\n }\n ],\n \"id\": \"\"\n}", "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-c50c4723-6897-4b8b-b80b-f0c73f56943b" } ], "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-e900deba-f162-4a75-b795-ca3f25aa125c" }, { "name": "Delete a Sender", "id": "9082e7b2-84f0-4f30-be00-01a0adbb3516", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "description": "The `on-behalf-of` header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be \"account-id\" followed by the customer account's ID (e.g., `on-behalf-of: account-id `). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., `on-behalf-of: `). See [**On Behalf Of**](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/on-behalf-of) for more information.", "key": "on-behalf-of", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v3/marketing/senders/:id", "host": [ "{{baseUrl}}" ], "path": [ "v3", "marketing", "senders", ":id" ], "variable": [ { "id": "767fd90f-66e3-42d1-95d8-d41fcc067753", "key": "id", "value": "", "description": "(Required) The unique identifier of the Sender." } ] }, "description": "**This endpoint allows you to delete an existing Sender.**" }, "response": [ { "id": "aa8913d0-1f08-47d1-ab54-5ea3c55b7461", "name": "successfully deleted, no response in payload", "originalRequest": { "method": "DELETE", "header": [ { "description": "The `on-behalf-of` header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be \"account-id\" followed by the customer account's ID (e.g., `on-behalf-of: account-id `). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., `on-behalf-of: `). See [**On Behalf Of**](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/on-behalf-of) for more information.", "key": "on-behalf-of", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/marketing/senders/:id", "host": [ "{{baseUrl}}" ], "path": [ "v3", "marketing", "senders", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-aa8913d0-1f08-47d1-ab54-5ea3c55b7461" }, { "id": "f9f04c10-f2fd-473c-83a3-3257c7c9fcad", "name": "response", "originalRequest": { "method": "DELETE", "header": [ { "description": "The `on-behalf-of` header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be \"account-id\" followed by the customer account's ID (e.g., `on-behalf-of: account-id `). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., `on-behalf-of: `). See [**On Behalf Of**](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/on-behalf-of) for more information.", "key": "on-behalf-of", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/marketing/senders/:id", "host": [ "{{baseUrl}}" ], "path": [ "v3", "marketing", "senders", ":id" ], "variable": [ { "key": "id" } ] } }, "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 \"help\": {}\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"help\": {}\n }\n ],\n \"id\": \"\"\n}", "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-f9f04c10-f2fd-473c-83a3-3257c7c9fcad" }, { "id": "c0077a61-c2c4-4600-919e-ab208c37284d", "name": "response", "originalRequest": { "method": "DELETE", "header": [ { "description": "The `on-behalf-of` header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be \"account-id\" followed by the customer account's ID (e.g., `on-behalf-of: account-id `). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., `on-behalf-of: `). See [**On Behalf Of**](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/on-behalf-of) for more information.", "key": "on-behalf-of", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/marketing/senders/:id", "host": [ "{{baseUrl}}" ], "path": [ "v3", "marketing", "senders", ":id" ], "variable": [ { "key": "id" } ] } }, "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 \"help\": {}\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"help\": {}\n }\n ],\n \"id\": \"\"\n}", "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-c0077a61-c2c4-4600-919e-ab208c37284d" } ], "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-9082e7b2-84f0-4f30-be00-01a0adbb3516" } ], "id": "0ac2151e-0426-4ae9-9e61-1e189961539f", "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-0ac2151e-0426-4ae9-9e61-1e189961539f" }, { "name": "Create a Sender", "id": "494f6933-e95c-4c1f-9cfe-fc78d2cf708d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "The `on-behalf-of` header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be \"account-id\" followed by the customer account's ID (e.g., `on-behalf-of: account-id `). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., `on-behalf-of: `). See [**On Behalf Of**](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/on-behalf-of) for more information.", "key": "on-behalf-of", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"from\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"nickname\": \"\",\n \"reply_to\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"address_2\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/marketing/senders", "host": [ "{{baseUrl}}" ], "path": [ "v3", "marketing", "senders" ] }, "description": "**This endpoint allows you to create a new Sender.**\n\n*You may create up to 100 unique Senders.*\n\nSenders are required to be verified before use. If your domain has been authenticated, a new Sender will auto verify on creation. Otherwise an email will be sent to the `from.email`." }, "response": [ { "id": "e04baa96-b94b-429b-8f10-3fa9b49eb30c", "name": "response", "originalRequest": { "method": "POST", "header": [ { "description": "The `on-behalf-of` header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be \"account-id\" followed by the customer account's ID (e.g., `on-behalf-of: account-id `). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., `on-behalf-of: `). See [**On Behalf Of**](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/on-behalf-of) for more information.", "key": "on-behalf-of", "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 \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"from\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"nickname\": \"\",\n \"reply_to\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"address_2\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/marketing/senders", "host": [ "{{baseUrl}}" ], "path": [ "v3", "marketing", "senders" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"created_at\": \"\",\n \"from\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"id\": \"\",\n \"locked\": \"\",\n \"nickname\": \"\",\n \"reply_to\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"updated_at\": \"\",\n \"verified\": \"\",\n \"address_2\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n}", "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-e04baa96-b94b-429b-8f10-3fa9b49eb30c" }, { "id": "66a1e826-867f-4644-80ce-25028291f26b", "name": "response", "originalRequest": { "method": "POST", "header": [ { "description": "The `on-behalf-of` header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be \"account-id\" followed by the customer account's ID (e.g., `on-behalf-of: account-id `). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., `on-behalf-of: `). See [**On Behalf Of**](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/on-behalf-of) for more information.", "key": "on-behalf-of", "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 \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"from\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"nickname\": \"\",\n \"reply_to\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"address_2\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/marketing/senders", "host": [ "{{baseUrl}}" ], "path": [ "v3", "marketing", "senders" ] } }, "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 \"help\": {}\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"help\": {}\n }\n ],\n \"id\": \"\"\n}", "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-66a1e826-867f-4644-80ce-25028291f26b" }, { "id": "915a93a7-2c13-439e-85ab-d1a715f98d3f", "name": "response", "originalRequest": { "method": "POST", "header": [ { "description": "The `on-behalf-of` header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be \"account-id\" followed by the customer account's ID (e.g., `on-behalf-of: account-id `). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., `on-behalf-of: `). See [**On Behalf Of**](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/on-behalf-of) for more information.", "key": "on-behalf-of", "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 \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"from\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"nickname\": \"\",\n \"reply_to\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"address_2\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/marketing/senders", "host": [ "{{baseUrl}}" ], "path": [ "v3", "marketing", "senders" ] } }, "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 \"help\": {}\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"help\": {}\n }\n ],\n \"id\": \"\"\n}", "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-915a93a7-2c13-439e-85ab-d1a715f98d3f" }, { "id": "ce86d2bd-84d9-4143-8a5a-ec43f81bd863", "name": "response", "originalRequest": { "method": "POST", "header": [ { "description": "The `on-behalf-of` header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be \"account-id\" followed by the customer account's ID (e.g., `on-behalf-of: account-id `). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., `on-behalf-of: `). See [**On Behalf Of**](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/on-behalf-of) for more information.", "key": "on-behalf-of", "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 \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"from\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"nickname\": \"\",\n \"reply_to\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"address_2\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/marketing/senders", "host": [ "{{baseUrl}}" ], "path": [ "v3", "marketing", "senders" ] } }, "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 \"help\": {}\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"help\": {}\n }\n ],\n \"id\": \"\"\n}", "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-ce86d2bd-84d9-4143-8a5a-ec43f81bd863" }, { "id": "2ed0006c-7db7-4d37-8966-faa8276c9b0c", "name": "response", "originalRequest": { "method": "POST", "header": [ { "description": "The `on-behalf-of` header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be \"account-id\" followed by the customer account's ID (e.g., `on-behalf-of: account-id `). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., `on-behalf-of: `). See [**On Behalf Of**](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/on-behalf-of) for more information.", "key": "on-behalf-of", "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 \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"from\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"nickname\": \"\",\n \"reply_to\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"address_2\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v3/marketing/senders", "host": [ "{{baseUrl}}" ], "path": [ "v3", "marketing", "senders" ] } }, "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 },\n {\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-2ed0006c-7db7-4d37-8966-faa8276c9b0c" } ], "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-494f6933-e95c-4c1f-9cfe-fc78d2cf708d" }, { "name": "Get a list of all Senders", "id": "429be427-0af2-4c67-8836-d4cd6e66606c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "The `on-behalf-of` header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be \"account-id\" followed by the customer account's ID (e.g., `on-behalf-of: account-id `). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., `on-behalf-of: `). See [**On Behalf Of**](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/on-behalf-of) for more information.", "key": "on-behalf-of", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v3/marketing/senders", "host": [ "{{baseUrl}}" ], "path": [ "v3", "marketing", "senders" ] }, "description": "**This endpoint allows you to get a list of all your Senders.**" }, "response": [ { "id": "afd1b4ef-8204-48cb-b060-645e18dca062", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "The `on-behalf-of` header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be \"account-id\" followed by the customer account's ID (e.g., `on-behalf-of: account-id `). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., `on-behalf-of: `). See [**On Behalf Of**](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/on-behalf-of) for more information.", "key": "on-behalf-of", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/marketing/senders", "host": [ "{{baseUrl}}" ], "path": [ "v3", "marketing", "senders" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"created_at\": \"\",\n \"from\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"id\": \"\",\n \"locked\": \"\",\n \"nickname\": \"\",\n \"reply_to\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"updated_at\": \"\",\n \"verified\": \"\",\n \"address_2\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"created_at\": \"\",\n \"from\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"id\": \"\",\n \"locked\": \"\",\n \"nickname\": \"\",\n \"reply_to\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"updated_at\": \"\",\n \"verified\": \"\",\n \"address_2\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-afd1b4ef-8204-48cb-b060-645e18dca062" }, { "id": "8f6bddbc-d932-4de1-b4e9-6254f2ea9e6f", "name": "response", "originalRequest": { "method": "GET", "header": [ { "description": "The `on-behalf-of` header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be \"account-id\" followed by the customer account's ID (e.g., `on-behalf-of: account-id `). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., `on-behalf-of: `). See [**On Behalf Of**](https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/on-behalf-of) for more information.", "key": "on-behalf-of", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v3/marketing/senders", "host": [ "{{baseUrl}}" ], "path": [ "v3", "marketing", "senders" ] } }, "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 \"help\": {}\n },\n {\n \"message\": \"\",\n \"field\": \"\",\n \"help\": {}\n }\n ],\n \"id\": \"\"\n}", "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-8f6bddbc-d932-4de1-b4e9-6254f2ea9e6f" } ], "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-429be427-0af2-4c67-8836-d4cd6e66606c" } ], "id": "b54b89b6-111c-4791-9171-9f75b7111e54", "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-b54b89b6-111c-4791-9171-9f75b7111e54" } ], "id": "0ce258c1-e7a8-4c8b-a098-a6c1ea4fc44e", "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-0ce258c1-e7a8-4c8b-a098-a6c1ea4fc44e" } ], "id": "b6603c03-a80d-4ea6-97b3-8f37e981e90f", "createdAt": "2026-06-05T15:17:35.000Z", "updatedAt": "2026-06-05T15:17:35.000Z", "uid": "35240-b6603c03-a80d-4ea6-97b3-8f37e981e90f" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.sendgrid.com" } ] }