Path parameters

  • id integer(int32) Required

    The id of the point of sale

Responses

  • 200 application/json

    returns the point of sale

  • 404

    Not found

GET /manager/points-of-sale/{id}
curl \
 --request GET 'https://domain.tld/api/v2/manager/points-of-sale/{id}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"