cURL
curl --request GET \ --url https://api.prelude.dev/v2/verification/management/phone-numbers/sandbox \ --header 'Authorization: Bearer <token>'
{ "phone_numbers": [ { "phone_number": "<string>", "attempt_code": "<string>", "created_at": "2023-11-07T05:31:56Z" } ] }
Retrieve the list of sandbox phone numbers for the account. Sandbox numbers are test numbers that bypass the real verification flow and return a fixed attempt code.
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 sandbox phone numbers.
Show child attributes
Contact support