Request
Headers
此端点不接受查询参数或请求体。
Example Request
Response
Example Response
Response Fields
bool
指示请求是否已成功处理。
string
请求结果消息(例如
"OK")。array
您运营商账户可用的游戏提供商列表。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/provider/list
| Name | Value |
|---|---|
Authorization | Bearer <API_TOKEN> |
Content-Type | application/json |
Accept | application/json |
curl --request GET \
--url https://api.igamingace.com/v1/provider/list \
--header "Authorization: Bearer <API_TOKEN>" \
--header "Accept: application/json" \
--header "Content-Type: application/json"
{
"success": true,
"message": "OK",
"data": [
{
"providerId": 1,
"providerName": "Pragmatic Play"
},
{
"providerId": 2,
"providerName": "PG Soft"
}
]
}
"OK")。