get
https://sandbox-api.softpoint.io/interface/locations//order_types
This endpoint retrieves a list of order types for a specific location.
Query Parameters:
| Parameter | Description |
|---|---|
| status | Filters order types by their status (e.g., active/inactive 1 / 0). |
| user_id | Provided by SoftPoint |
| limit | Limits the number of order types returned in the response. |
| paginate | Determines the pagination mode or structure (e.g., 'data'). |
| page | Specifies the page number to retrieve when pagination is enabled. |
Authorization:
A Bearer token must be provided in the Authorization header. Ensure a valid token is used to access this endpoint.
