Skip to main content
GET
/
phone
Get Phone Number
const options = {method: 'GET'};

fetch('https://gp-auth-module.prod.gnosispay.com/phone', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
{
  "phone": "<string>",
  "countryCode": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://gnosispay-feat-v2-auth-module.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

Phone number retrieved successfully

phone
string
required
countryCode
string
required