v1

latestOpenAPI 3.0.02026-07-17647099.1 KB
Auth
Connection

Get Authentication Connection

get authentication connection

get/v2/authentication/sessions/{id}

Path parameters

idstring required

UUID parameter, e.g: 8edd8112-c415-11ed-b036-debe37e1cbd6

Response

ok

Example response

{
  "connection": {
    "id": "b7144f1c-d54e-4f67-a4f1-f2e7ff1beb07",
    "userID": "b7144f1c-d54e-4f67-a4f1-f2e7ff1beb07",
    "issuerID": "b7144f1c-d54e-4f67-a4f1-f2e7ff1beb07",
    "createdAt": "2023-10-26T10:59:08Z",
    "modifiedAt": "2023-10-26T10:59:08Z"
  }
}