API Reference > Orders > Get valid states
Description
Returns a list of valid status_id's (returns the id and the label). 1 - Pending 2 - Processing 3 - Being Written 4 - Ready 5 - Complete
Example
{
"params": {
"whitelabel_id": "API_ID",
"whitelabel_key": "API_KEY",
"client_id": "CLIENT_ID",
"client_key": "CLIENT_KEY",
"token": "TOKEN",
},
"action": "get_valid_states"
}