Check sender verification status

Returns the current verification status of a sender identity. Use this endpoint to check sender verification status through the Samva email API.

GET
/v1/email/senders/{id}/verification

Returns the current verification status of a sender identity.

x-api-key<token>

In: header

Path Parameters

id*string
Match^sender_[0-9a-hjkmnp-tv-z]{16,24}$

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/email/senders/string/verification"
{  "id": "string",  "email": "string",  "status": "pending",  "verifiedAt": "string"}