GET
/
getUserLogInSession
/
{customerId}
curl --request GET \
  --url https://gateway.cyrexa.com/customer/1.0.0/getUserLogInSession/{customerId} \
  --header 'Authorization: Bearer <token>' \
  --header 'tenantId: <tenantid>' \
  --header 'token: <token>'

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

token
string
required
tenantId
string
required

Tenant/Owner id

Path Parameters

customerId
string
required

Response

default

Default response