Read Rate
curl --request GET \
--url https://api.{tenant}.getomneo.com/api/v3/rates/{rate}{
"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
Read Rate
A GET to the /rates/{rate} endpoint allows your application to retrieve rate.
GET
/
v3
/
rates
/
{rate}
Read Rate
curl --request GET \
--url https://api.{tenant}.getomneo.com/api/v3/rates/{rate}{
"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