Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.

Commit d700779

Browse files
committed
updated URL path
1 parent 76a02f4 commit d700779

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/API_Reference/Web_API_v3/Marketing_Campaigns/sender_identities.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This endpoint allows you to create a sender identity.
1919

2020
Sender Identities are required to be verified before use. If your domain has been whitelabeled it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
2121

22-
{% apiv3example post POST https://api.sendgrid.com/v3/marketing_campaigns/senders %}
22+
{% apiv3example post POST https://api.sendgrid.com/v3/senders %}
2323
{% apiv3requestbody %}
2424
{
2525
"nickname": "My Sender ID",
@@ -72,7 +72,7 @@ Retrieve All Sender Identities [GET]
7272

7373
This endpoint allows you to retrieve a list of all of your sender identities.
7474

75-
{% apiv3example get GET https://api.sendgrid.com/v3/marketing_campaigns/senders %}
75+
{% apiv3example get GET https://api.sendgrid.com/v3/senders %}
7676
{% v3response %}
7777
{
7878
"result": [
@@ -111,7 +111,7 @@ Updates to `from.email` require re-verification. If your domain has been whitela
111111

112112
Partial 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.
113113

114-
{% apiv3example patch PATCH https://api.sendgrid.com/v3/marketing_campaigns/senders{sender_id} %}
114+
{% apiv3example patch PATCH https://api.sendgrid.com/v3/senders/{sender_id} %}
115115

116116
{% apiv3requestbody %}
117117
{
@@ -165,7 +165,7 @@ Delete a Sender Identity [DELETE]
165165

166166
This endpoint allows you to delete one of your sender identities.
167167

168-
{% apiv3example patch PATCH https://api.sendgrid.com/v3/marketing_campaigns/senders/{sender_id} %}
168+
{% apiv3example patch PATCH https://api.sendgrid.com/v3/senders/{sender_id} %}
169169

170170
{% v3response %}
171171
HTTP/1.1 204
@@ -178,7 +178,7 @@ Resend Sender Identity Verification [POST]
178178

179179
This endpoint allows you to resend the sender identity verification email.
180180

181-
{% apiv3example post POST https://api.sendgrid.com/v3/marketing_campaigns/senders/{sender_id}/resend_verification %}
181+
{% apiv3example post POST https://api.sendgrid.com/v3/senders/{sender_id}/resend_verification %}
182182

183183
{% v3response %}
184184
HTTP/1.1 204
@@ -191,7 +191,7 @@ Retrieve a Specific Sender Identity [GET]
191191

192192
This endoint allows you to retrieve a specific sender identity.
193193

194-
{% apiv3example get GET https://api.sendgrid.com/v3/marketing_campaigns/senders/{sender_id} %}
194+
{% apiv3example get GET https://api.sendgrid.com/v3/senders/{sender_id} %}
195195

196196
{% v3response %}
197197
{

0 commit comments

Comments
 (0)