Jurisdictions
此页面暂无中文版本,显示的是英文版本。
Get Jurisdictions
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v2/jurisdictions"{ "total": 0, "data": [ { "id": 1, "caption": "Jurisdiction caption", "description": "Jurisdiction description" } ]}{ "error": { "message": "Unauthorized" }}{ "error": { "message": "Forbidden" }}{ "error": { "message": "Too Many Requests" }}{ "error": { "message": "Service Unavailable" }}