Services
GetAvailableServices
Description
Returns a list of service names accepted by this API.
Request
GET /agents
Response
- Status Code: 200 OK
- Content Type: application/json
- Response Body: List of strings representing available services.
Example
GET /agents
Response:
[
"ticketmaster",
"skybox",
"ticket-evolution",
"seatgeek",
"stubhub"
]