Scopes
GET
/scopes
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Header Params
Accept
string
optional
Default:
application/json
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.cirqll.nl/oauth/scopes' \
--header 'Accept: application/json'
Responses
🟢200Success
application/json
Body
array of:
id
string
required
description
string
required
Example
[
{
"id": "string",
"description": "string"
}
]
🔴500Server Error
🟠401Not Logged In
Modified at 2025-05-06 02:34:32