Skip to content

Retrieve the authenticated user

GET
/user

Authorizations

basicAuth
TypeHTTP (basic)
or
bearerToken

Personal access token tied to a user account. Requires the X-Nimbu-Site header to scope requests.

TypeHTTP (bearer)

Responses

user returned

application/json
JSON
{
"url": "string",
"name": "string",
"email": "string"
}

Playground

Authorization

Samples

Part of Nimbu, built by Zenjoy.