Skip to main content
POST
/
billing
/
session
/
organization
Create organization billing session
curl --request POST \
  --url https://nimbussuite.com/api/v1/billing/session/organization \
  --header 'Authorization: Bearer <token>'
{
  "clientSecret": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

orgId
string
required

Organization ID

Response

Organization session created

clientSecret
string