GET
/requests
curl \
-X GET http://api.example.com/requests \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"requestId": "string",
"createdAt": "2023-05-04T09:42:00+00:00",
"expectedCompletion": "2023-05-04T09:42:00+00:00",
"isCompleted": true,
"completedAt": "2023-05-04T09:42:00+00:00",
"dataRequested": [
"string"
]
}
]
Response examples (200)
[
{
"requestId": "string",
"createdAt": "2025-05-04T09:42:00Z",
"expectedCompletion": "2025-05-04T09:42:00Z",
"isCompleted": true,
"completedAt": "2025-05-04T09:42:00Z",
"dataRequested": [
"string"
]
}
]
Response examples (401)
{
"error": "Unauthorized",
"message": "You are not authorized. Generate authentication tokens via OAuth to access this resource."
}
Response examples (401)
{
"error": "Unauthorized",
"message": "You are not authorized. Generate authentication tokens via OAuth to access this resource."
}