Skip to main content
GET
/
v2
/
verification
/
management
/
sender-id
List available Sender IDs
curl --request GET \
  --url https://api.prelude.dev/v2/verification/management/sender-id \
  --header 'Authorization: Bearer <token>'
{
  "sender_ids": [
    {
      "sender_id": "<string>",
      "status": "approved"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

A list of Sender ID.

sender_ids
object[]