token
GET/v1/logs/token
Retrieve all logs tokens linked to the current application.
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
Array [
]
created_at string
created_by_id string
id string
name string
token string
tool_id string
[
{
"created_at": "2023-11-09T14:42:36.000Z",
"created_by_id": "64c82604-7a34-11ee-babf-eefb9fdad25a",
"id": "32a9a311-ace9-43dd-977b-53125514aef9",
"name": "Created by API",
"token": "d07c8114-****-****-****-************",
"tool_id": "aa767b1f-bea6-4bff-b612-1dafb997c6b4"
}
]
[
{
"created_at": "2023-11-09T14:42:36.000Z",
"created_by_id": "64c82604-7a34-11ee-babf-eefb9fdad25a",
"id": "32a9a311-ace9-43dd-977b-53125514aef9",
"name": "Created by API",
"token": "d07c8114-****-****-****-************",
"tool_id": "aa767b1f-bea6-4bff-b612-1dafb997c6b4"
}
]
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...