Image Description Image Description

No Results

  • Support
Logo Logo v1.0
  • Basics
  • Getting started
  • Get authenticating user
  • Products
  • Create a Product
  • License Keys
  • Verify a License Key
  • Redeem a License Key
  • Refund a License Key
  • Subscriptions
  • Verify a Subscription
  • Webhooks
  • Basics
  • Subscribe
  • Unsubscribe
  • Webhook Events
  • New sale
  • New lead
  • New affiliate sign-up
  • New subscription
  • Subscription cancellation

Get Authenticating User

You can get the current authenticating user if you have an API key.

Endpoint

GET /me

Example request

  
    curl https://api.zylvie.com/me \
      -h "Authorization: Bearer e97f0aafe4884bc380c81fdb2347dc55"
  

Example response

  
    {
      "email": "abc@123.com",
      "brand": "Jane's Ebook Store",
    }