ANABOX smart
API ReferenceAccountsAccountid

Get an account by ID

Fetches the details of a single account by its ID.

GET
/accounts/{accountId}
x-api-key<token>

API key for authentication

In: header

Path Parameters

accountIdstring

Auth Account ID

Response Body

application/json

curl -X GET "https://api.memo.wirewire.de/v1/accounts/auth0|60452f4c0dc85b0062326"
{
  "id": "auth0|60452f4c0dc85b0062326",
  "email": "jane.doe@example.com",
  "firstName": "Jane",
  "lastName": "Doe",
  "organizationId": "682fd0d7d4a6325d9d45b86e",
  "roles": [
    "admin",
    "user"
  ],
  "isMfaEnabled": true,
  "createdAt": "2026-05-21T09:30:00.000Z",
  "updatedAt": "2026-05-21T10:15:00.000Z"
}