petje.af
  • Petje.af documentatie
  • Koppelen met Zapier
  • Mollie koppelen
    • Mollie connect
    • Mollie instellen
    • Mollie activeren
  • WordPress plugin
    • Installeren
  • Petje.af API
    • Introduction
    • Authentication
      • Scopes
      • Authorize
      • Tokens
    • Reference
      • Profile
      • Pages
      • Plans
      • Rewards
      • Memberships
      • Membership rewards
Powered by GitBook
On this page
  1. Petje.af API
  2. Reference

Profile

Get the Profile of the current user

Get current profile

GET https://api.petje.af/v1/users/me

This endpoint allows you to get the profile of the authenticated user. Scope: profile.read

Headers

Name
Type
Description

Authorization

string

Access token using the Bearer method

{
    "resource": "users",
    "id": "USER ID",
    "name": "John Doe",
    "email": "johndoe@petje.af",
    "_links": {
        "self": {
            "href": "https://api.petje.af/users/me",
            "type": "application/hal+json"
        }
    }
}

PreviousReferenceNextPages

Last updated 5 years ago