Browse Rates
curl --request GET \
--url https://api.{tenant}.getomneo.com/api/v3/rates{
"data": [
{
"id": 123,
"handle": "<string>",
"type": "<string>",
"location": "<string>",
"code": "<string>",
"name": "<string>",
"rate": "<string>",
"is_default": true,
"is_archived": true,
"region_id": 123,
"region": {
"id": 123,
"name": "<string>",
"handle": "<string>"
},
"location_id": 123,
"location_object": {
"id": "<string>",
"name": "<string>",
"handle": "<string>"
},
"country_iso_2": "<string>",
"profile_conditions": [
"<unknown>"
],
"product_conditions": [
"<unknown>"
],
"start_time": "<string>",
"end_time": "<string>",
"issue_period": 123,
"issue_period_type": "<string>",
"issue_absolute_expiry": "<string>",
"earn_instructions": "<string>",
"internal_notes": "<string>",
"is_published": true,
"priority": 123,
"created_at": "<string>",
"updated_at": "<string>"
}
]
}Rate
Browse Rates
A GET to the /rates endpoint allows your application to retrieve rates.
GET
/
v3
/
rates
Browse Rates
curl --request GET \
--url https://api.{tenant}.getomneo.com/api/v3/rates{
"data": [
{
"id": 123,
"handle": "<string>",
"type": "<string>",
"location": "<string>",
"code": "<string>",
"name": "<string>",
"rate": "<string>",
"is_default": true,
"is_archived": true,
"region_id": 123,
"region": {
"id": 123,
"name": "<string>",
"handle": "<string>"
},
"location_id": 123,
"location_object": {
"id": "<string>",
"name": "<string>",
"handle": "<string>"
},
"country_iso_2": "<string>",
"profile_conditions": [
"<unknown>"
],
"product_conditions": [
"<unknown>"
],
"start_time": "<string>",
"end_time": "<string>",
"issue_period": 123,
"issue_period_type": "<string>",
"issue_absolute_expiry": "<string>",
"earn_instructions": "<string>",
"internal_notes": "<string>",
"is_published": true,
"priority": 123,
"created_at": "<string>",
"updated_at": "<string>"
}
]
}⌘I