Skip to main content
GET
/
api
/
oauth
/
authorize
Authorize OAuth application
curl --request GET \
  --url https://api2.rhombussystems.com/api/oauth/authorize \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>'
{
  "allowedMethods": [
    "<string>"
  ],
  "closed": true,
  "cookies": {},
  "date": "2023-11-07T05:31:56Z",
  "entity": {},
  "entityTag": {
    "value": "<string>",
    "weak": true
  },
  "headers": {
    "empty": true
  },
  "language": {
    "country": "<string>",
    "displayCountry": "<string>",
    "displayLanguage": "<string>",
    "displayName": "<string>",
    "displayScript": "<string>",
    "displayVariant": "<string>",
    "extensionKeys": [
      "<string>"
    ],
    "iso3Country": "<string>",
    "iso3Language": "<string>",
    "language": "<string>",
    "script": "<string>",
    "unicodeLocaleAttributes": [
      "<string>"
    ],
    "unicodeLocaleKeys": [
      "<string>"
    ],
    "variant": "<string>"
  },
  "lastModified": "2023-11-07T05:31:56Z",
  "length": 123,
  "links": [
    {
      "params": {},
      "rel": "<string>",
      "rels": [
        "<string>"
      ],
      "title": "<string>",
      "type": "<string>",
      "uri": "<string>",
      "uriBuilder": {}
    }
  ],
  "location": "<string>",
  "mediaType": {
    "charset": {
      "registered": true
    },
    "concrete": true,
    "parameters": {},
    "qualityValue": 123,
    "subtype": "<string>",
    "subtypeSuffix": "<string>",
    "type": "<string>",
    "wildcardSubtype": true,
    "wildcardType": true
  },
  "metadata": {
    "empty": true
  },
  "status": 123,
  "statusInfo": {
    "family": "INFORMATIONAL",
    "reasonPhrase": "<string>",
    "statusCode": 123
  },
  "stringHeaders": {
    "empty": true
  }
}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Query Parameters

clientId
string | null
redirectUri
string | null
responseType
string | null
state
string | null
consentGiven
boolean | null
codeChallenge
string | null

Response

200 - application/json
object | null

OK

allowedMethods
(string | null)[] | null
closed
boolean | null
cookies
object
date
string<date-time> | null
entity
object
entityTag
object
headers
object
language
object
lastModified
string<date-time> | null
length
integer<int32> | null
location
string<uri> | null
mediaType
object
metadata
object
status
integer<int32> | null
statusInfo
object
stringHeaders
object