Sender Identities API
Resend Sender Identity Verification
POST /v3/senders/{sender_id}/resend_verification
Base url: https://api.sendgrid.com
This enpdoint allows you to resend a sender identity verification email.
Authentication
- API Key
Headers
Authorization
string
default: Bearer <<YOUR_API_KEY_HERE>>
required
on-behalf-of
string
default: The subuser's username. This header generates the API call as if the subuser account was making the call.
Path Parameters
sender_id
integer
The ID of the sender identity for which you would like to resend a verification email.
default: Nonerequired
Responses
object
object
errors
array[object]
message
string
field
string
object
errors
array[object]
message
string
field
string
Need some help?
We all do sometimes. Get help now from the Twilio SendGrid Support Team.
Running into a coding hurdle? Lean on the wisdom of the crowd by browsing the SendGrid tag on Stack Overflow or visiting Twilio's Stack Overflow Collective.