Skip to main content
GET
/
app-users
/
{id}
Retrieve a app users
curl --request GET \
  --url https://api.spirii.com/app-users/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": 1,
      "firstName": "John",
      "lastName": "Doe",
      "email": "John.doe@gmail.com",
      "phoneNumber": "+45 11 22 33 44",
      "whitelabel": "label",
      "newsletter": false,
      "createdAt": "2021-04-20T14:38:20.000Z"
    }
  ],
  "totalElements": 16,
  "offset": 0,
  "limit": 1
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

ID of the app user to retrieve

Example:

1

Response

App Users Data

data
object[]

App Users data