🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
curl --request POST \
--url https://api2.rhombussystems.com/api/integrations/submitApiTokenApplication \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"permissionGroupUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"apiKey": "AAAAAAAAAAAAAAAAAAAAAA",
"cert": "<string>",
"error": true,
"errorMsg": "<string>",
"validCSR": true,
"warningMsg": "<string>"
}Request an api token for organization
curl --request POST \
--url https://api2.rhombussystems.com/api/integrations/submitApiTokenApplication \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"permissionGroupUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"apiKey": "AAAAAAAAAAAAAAAAAAAAAA",
"cert": "<string>",
"error": true,
"errorMsg": "<string>",
"validCSR": true,
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for submitting an API token application.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Authentication type for the API token
API_TOKEN, CERT Certificate Signing Request (CSR) for token authentication
"-----BEGIN CERTIFICATE REQUEST-----..."
Display name for the API token
"Production API Token"
Was this page helpful?