cURL
curl --request POST \ --url https://nimbussuite.com/api/v1/billing/session/organization \ --header 'Authorization: Bearer <token>'
{ "clientSecret": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Organization ID
Organization session created
Was this page helpful?