v1
latestOpenAPI 3.0.32026-07-1415028.7 KBOrdering
Get Plans
Get Plans
get/v1/ordering/plans
Query parameters
locationIdstring
Filters the plans by location ID
Headers
x-rd-keystring
Example:{{key}}
Response
Get Plans
Example response
{
"data": [
{
"id": 1,
"locations": [
{
"id": 1,
"keyword": "NY",
"name": "New York"
}
],
"raidOptions": ""
},
{
"id": 2,
"locations": [
{
"id": 1,
"keyword": "NY",
"name": "New York"
}
],
"raidOptions": "0,1"
}
],
"message": "Successfully retrieved plans.",
"success": true
}