cURL
curl --request POST \ --url https://api.wapikit.com/api/auth/switch \ --header 'Content-Type: application/json' \ --data '{ "organizationId": "<string>" }'
{ "token": "<string>" }
switch user organization
organization id
The body is of type object.
object
OK
The response is of type object.
Was this page helpful?