curl --request GET \
--url https://{host}/frontend/api/v1/auth/session \
--header 'Authorization: Bearer <token>'
{
"sessions": [
{
"created": "2023-11-07T05:31:56Z",
"expire": "2023-11-07T05:31:56Z",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"ua-type": "<string>"
}
]
}
curl --request GET \
--url https://{host}/frontend/api/v1/auth/session \
--header 'Authorization: Bearer <token>'
{
"sessions": [
{
"created": "2023-11-07T05:31:56Z",
"expire": "2023-11-07T05:31:56Z",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"ua-type": "<string>"
}
]
}
API Key Security (Header).
OK
The response is of type object
.