Skip to content

User

Get user

Get the currently logged in user

request-get
https://api.photo-motion.com/v2/me

Response Example

json
{
  "id": 2873,
  "email": "support@photo-motion.com",
  "name": "Photo-Motion",
  "clients": [
    {
      "id": 3280,
      "name": "Photo-Motion",
      "offices": [
        {
          "id": 283,
          "name": "Eindhoven"
        }
      ]
    }
  ]
}