- Getting Started
- Essentials - Most used
- Auth
- Apps
- Assignments
- Attachments
- Attributes
- Blocks
- /blocks
- /blocks/query
- /blocks/{block_id}
- /blocks/{block_id}
- /blocks/{block_id}
- /blocks/{block_id}/children
- /blocks/{block_id}/children/{child_id}
- /blocks/{block_id}/children/{child_id}
- /blocks/{block_id}/shallow-copy
- /blocks/{block_id}/deep-copy
- /blocks/ai-models
- /blocks/{block_id}/graph
- /blocks/views
- /blocks/views
- /blocks/views/{view_id}
- /blocks/views/{view_id}
- /blocks/views/{view_id}
- Docs
- Publications
- /publications/query
- /publications/{publication_id}
- /publications/{publication_id}
- /publications/{publication_id}
- /publications/{publication_id}/attachments
- /publications/{publication_id}/data
- /publications/{publication_id}/data
- /publications/views
- /publications/views
- /publications/views/{view_id}
- /publications/views/{view_id}
- /publications/views/{view_id}
- Teams
- /teamsPUT
- /teamsPOST
- /teams/currentGET
- /teams/groupsGET
- /teams/groupsPOST
- /teams/groups/{group_id}PUT
- /teams/groups/{group_id}DELETE
- /teams/groups/{group_id}/appsGET
- /teams/groups/{group_id}/appsPOST
- /teams/groups/{group_id}/apps/{app_id}DELETE
- /teams/groups/{group_id}/usersGET
- /teams/groups/{group_id}/usersPOST
- /teams/groups/{group_id}/users/{user_id}DELETE
- /teams/usersGET
- /teams/usersPOST
- /teams/users/{user_id}PUT
- /teams/users/{user_id}DELETE
- /teams/billingGET
- /teams/billing/reportGET
- /teams/logsGET
- Tokens
- Users
/teams/logs
GET
https://api.thinkeo.io/v0/teams/logs
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
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.thinkeo.io/v0/teams/logs'
Responses
🟢200OK
application/json
Body
array of:
id
integer <int64>
required
userId
string <uuid>
required
teamId
optional
Any of
data
LogData
One of
billing
BillingLog
createdAt
string <date-time>
required
Example
[
{
"id": 0,
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
"teamId": "a4ede8ba-7c0a-4485-8763-cbd9b282fbec",
"data": {
"billing": {
"stripeUsageReport": {
"publicationId": "aac799f4-ea8f-4114-9093-24db2fa60ec5",
"reportedCredits": 0,
"stripeIdentifier": null
}
}
},
"createdAt": "2019-08-24T14:15:22Z"
}
]
🟠400Bad Request
🟠413413
🟠415415
Modified at 2025-01-07 09:52:48