cURL
curl --request POST \ --url https://nimbussuite.com/api/v1/organizations/workos/portal-link \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "organizationId": "<string>", "intent": "sso" } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
sso
dsync
audit_logs
log_streams
domain_verification
Portal link generated
The response is of type object.
object
Was this page helpful?