Get a list of acquire methods for a company

GET /management/companies/@id/partials/acquire-method-list

Get a list of acquire methods for a company

Request

Authentication

This endpoint requires authentication.

Header Value
Authorization Set the value to Bearer + + access_token

Example request 1

GET /management/companies/@id/partials/acquire-method-list HTTP/1.1
Host: api.bakeronline.be
X-VERSION: 1.9.0
Accept-Language: en-US,en;q=0.5

Response

Array of String: [String]

String

Example response 1

HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: 46

[
    "takeout",
    "delivery",
    "latch"
]
1.9.0 stable