🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
curl --request POST \ --url https://api2.rhombussystems.com/api/oauth/getAllApplicationsForOrg \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data '{}'
{ "error": true, "errorMsg": "<string>", "oauthApplications": [ { "clientId": "AAAAAAAAAAAAAAAAAAAAAA", "clientSecretHash": "<string>", "contactEmail": "<string>", "description": "<string>", "name": "<string>", "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA", "redirectUri": "<string>" } ], "warningMsg": "<string>" }
Get all applications for org
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request object for getting all OAuth applications for an organization.
OK
Response object containing all OAuth applications for an organization.
List of OAuth applications for the organization
Show child attributes
Was this page helpful?