Get a single persona by ID

Returns a single persona by its ID.

Requires authentication.

Request

GET /personas/{id}

Path Parameters

ParameterTypeRequiredDescription
idintegerYesThe ID of the persona.

Headers

HeaderValue
AuthorizationBearer <token>

Response

Returns the persona object.

Example Response

{
  "id": 5,
  "name": {
    "en": "VIP Customers",
    "de": "VIP-Kunden"
  },
  "description": {
    "en": "Top-tier customers with exclusive offers",
    "de": "Spitzenkunden mit exklusiven Angeboten"
  },
  "identifier": "vip-customers",
  "updatedBy": "[email protected]"
}
Path Params
integer
required

Persona ID

Response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json