Skip to content

Read user

Get User

GET https://api.stativate.de/v1/user

Required authorization level: Verified

Description

Returns the user profile of the user account sending the request.

Response Body - Parameters

Name Type Description
id string

User ID

username string

Technical username

name string

User name text

Success response examples

Success response example - Success (200):

{
  "id": "R1vsxWk9tg1XXZExample",
  "username": "username_example",
  "name": "Max Smith"
}