Index
GET
/tokens
Request
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.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/tokens' \
--header 'Accept: application/json'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
🔴500Server Error
🟠401Not Logged In
Modified at 2025-05-06 02:34:32