Skip to main content
GET
/
account
My Profile
curl --request GET \
  --url https://app.stickyqr.com/api/account \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "logo": "<string>",
  "timeZone": "<string>",
  "currentPlan": "<string>",
  "currentPlanInterval": "<string>",
  "currentCustomers": 123,
  "getStartedLink": "<string>",
  "address": {
    "street": "<string>",
    "city": "<string>",
    "state": "<string>",
    "country": "<string>",
    "zipCode": "<strin>g"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-lang
string
default:en

Language support

Example:

"en"

Response

200 - application/json

Successful Response

id
string

User ID

name
string

Your name

Your logo link

timeZone
string

Your current time zone

currentPlan
string

Your current subscription plan

currentPlanInterval
string

Interval for your current subscription plan

currentCustomers
number

Number of customers participating in your business

Link to join your business

address
object

Your address information