POST
/
users
/
me
/
session-auth
curl --request POST \
  --url https://api.gleap.io/v3/users/me/session-auth \
  --header 'Content-Type: application/json' \
  --data '{
  "socket_id": "<string>"
}'
"<any>"

Body

application/json

Response

200 - application/json

Ok

The response is of type any.