Skip to main content
Get a verification challenge for device registration.
GET /api/v1/auth/get-challenge Returns a challenge string that must be included when signing up with a mobile device. The challenge is used in the device attestation flow to verify the authenticity of the device.

Parameters

None.

Request example

curl --request GET 'https://payments.bleepay.com/api/v1/auth/get-challenge'

Response

Response schema

FieldTypeDescription
challengestringVerification challenge string

Example response

{
  "challenge": "abcdefghijklmnopqrstuvwxyz0123456789abcdefghij"
}

Error responses

StatusCodeDescription
429rate_limitToo many requests