Twitch API operations
GET/quest/api/fetch/twitch
Twitch API operations
Request
Query Parameters
operation string
Possible values: [following
]
Operation to perform
Responses
- 200
- default
Twitch data
- application/json
- Schema
- Example (from schema)
Schema
data object
message string
{
"data": {},
"message": "string"
}
Unexpected error
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "An unexpected error occured"
}
Loading...