Statuses
Get a status
Get information about a specific status.
get/statuses/{status_id}
Path parameters
status_idstring required
The unique ID of the status.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"status_id": "86e05affc7a7abefcd513ab400",
"name": "Basic",
"qualification_period": 12,
"qualification_turnover": [
{
"currency_id": "86e05affc7a7abefcd513ab400",
"value": 1500
}
],
"qualification_points": 3000,
"next_status": "83d1d11ea3884a5d33253fe214",
"validity_period": "2 years",
"collection_points": true,
"payment_points": true,
"qualification_type": 1,
"overall_discount_on_discounted_purchase_items": true,
"text_id": "basic",
"last_change": "2019-01-04 10:31:56"
}
}