country, shipping, quantity). The service provider is identified by its service_provider_key (string key, not UUID) in the request body. Returns an empty array if no matching attribute exists.Authorization: ********************{
"service_provider_key": "service-provider-de"
}{
"jsonapi": {
"version": "1.0"
},
"data": [
{
"type": "options",
"id": "3a97f423-2b85-4663-8dcb-bb37ef71db96",
"attributes": {
"name": "Niederlande",
"original_name": "Niederlande",
"key": "nl",
"description": null,
"sort": 0,
"icon_name": "",
"is_highlight": false,
"meta": []
}
},
{
"type": "options",
"id": "3dbc7989-5678-4b80-9b48-ae56560ae405",
"attributes": {
"name": "Deutschland",
"original_name": "Deutschland",
"key": "de",
"description": null,
"sort": 0,
"icon_name": "",
"is_highlight": false,
"meta": []
}
}
]
}