OnRamp
Create Connection Invite Token
Create a one-time use connection invite token for an Organization.
POST
/
provisioning
/
organizations
/
{organization_id}
/
connection-invite-tokens
Authorizations
X-API-KEY
string
headerrequiredPath Parameters
organization_id
string
requiredBody
application/json
vendor
enum<string> | null
Vendor for which the connection token is being created
Available options:
AIKIDO
, ARNICA
, AWS_INSPECTOR2
, AWS_SECURITYHUB
, CROWDSTRIKE
, CROWDSTRIKE_SPOTLIGHT
, INSIGHTVM
, LACEWORK_CSPM
, MS_DEFENDER_CLOUD
, MS_DEFENDER_ENDPOINT
, MS_DEFENDER_VMS
, MS_ENTRA
, OKTA_IDP
, QUALYS
, SEMGREP
, SENTINELONE
, SENTINELONE_VMS
, SNYK
, TENABLE
connection_id
string | null
Connection ID for the connection to be updated
identifier
string | null
Identifier for the connection to be created or updated with this token
options
object | null
Connection options, ONLY used for Oauth2 URL overrides for Snyk and MS Defender Endpoint and auth_type for AWS connectors
expiry_secs
integer | null
default: 1800Connection token expiry in seconds, default 30 minutes
Response
200 - application/json
token
string
required