POST
/
auth
/
switch
curl --request POST \
  --url https://api.wapikit.com/api/auth/switch \
  --header 'Content-Type: application/json' \
  --data '{
  "organizationId": "<string>"
}'
{
  "token": "<string>"
}

Body

application/json

organization id

The body is of type object.

Response

200
application/json

OK

The response is of type object.