cURL
curl --request GET \ --url https://api.bleeprs.com/api/getSenderIds \ --header 'Authorization: Bearer <token>'
{}
This resource allows you to get all sender IDs to your account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"0"
"5"
ddddd
The response is of type object.
object
Was this page helpful?