cURL
curl --request GET \ --url https://api.prelude.dev/v2/verification/management/sender-id \ --header 'Authorization: Bearer <token>'
{ "sender_ids": [ { "sender_id": "<string>", "status": "approved" } ] }
Retrieve sender IDs list.
In order to get access to this endpoint, contact our support team.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
A list of Sender ID.
Show child attributes