Diagram
  • Introduction
  • Get Started
    • Hello World
    • Connecting to a DB
    • From a template
  • Concepts
    • Endpoints
    • Algorithm
  • Nodes
    • Bcrypt
    • Code
    • Constant
    • Database
    • EasyDB
    • Firestore
    • If / Then
    • Request
    • Response
    • JWT
    • Mapper
    • MongoDB
    • Stripe
    • Webhook
  • Templates
    • Login
    • Register
    • Get User
  • Resources
    • Dashboard
    • Contact
    • FAQs
Powered by GitBook
On this page
  • Type: MANAGED
  • Environment Variables: JWT

Was this helpful?

  1. Templates

Get User

Get user template that uses our manage database.

Type: MANAGED

Environment Variables: JWT

Request:

  • AUTHORISATION - Requires an authorization parameter in request headers that contains the JWT token

Response Body:

  • EMAIL - Return an email property

Tip 💡: Remember to include the authorization parameters in HTTP headers when running this template (for both debugging or calling the API)

PreviousRegisterNextFAQs

Last updated 3 years ago

Was this helpful?