Skip to main content
GET
/
Customer
/
ProfileInfo
cURL
curl --request GET \
  --url https://api.trysynch.com/Customer/ProfileInfo \
  --header 'Authorization: Bearer <token>'
{
  "profileName": "<string>",
  "emailAddress": "<string>",
  "phoneNumber": "<string>",
  "sendNotifications": true
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Use /auth/token to obtain access token. Enter 'Bearer' [space] and then your token in the text input below. Example: 'Bearer eyJhbGci...'

Response

OK

profileName
string | null
emailAddress
string | null
phoneNumber
string
sendNotifications
boolean