Get status

Retrieve the status of the order by its identifier

GET https://api.eventgoose.com/v1/orders/{id}/status

Authentication

Authenticate yourself using your organisation api token

Parameters

None

Response

200 application/json

An order status object is returned.

    HTTP/1.1 200 OK
Content-Type: application/json

{
    "code": 190,
    "text": "Betaald"
}