Profile

Get own profile

get
Responses
200

Expected response to a valid request

application/json
get
GET /v1/identity/profile HTTP/1.1
Host: localhost:3050
Accept: */*
{
  "id": "text",
  "name": "text",
  "createdAt": "text"
}

Was this helpful?