app
GET/v1/app
Retrieve which application is linked to the token.
Request
Responses
- 200
- 401
200
Response Headers
Connection
string
Content-Length
string
Date
string
ETag
string
Keep-Alive
string
X-Powered-By
string
X-RateLimit-Limit
string
X-RateLimit-Remaining
string
X-RateLimit-Reset
string
- application/json
- Schema
- Example (from schema)
- 200
Schema
created_at string
description nullable
id string
name string
{
"created_at": "2023-11-03T08:27:55.000Z",
"description": null,
"id": "452a3494-7a2b-11ee-b864-ded718713e39",
"name": "My first application"
}
{
"created_at": "2023-11-03T08:27:55.000Z",
"description": null,
"id": "452a3494-7a2b-11ee-b864-ded718713e39",
"name": "My first application"
}
401
Response Headers
Connection
string
Content-Length
string
Date
string
ETag
string
Keep-Alive
string
X-Powered-By
string
- application/json
- Schema
- Example (from schema)
- 401
Schema
message string
status number
{
"message": "Unauthorized",
"status": 401
}
{
"message": "Unauthorized",
"status": 401
}
Loading...