Skip to main content
GET
/
v1
/
pricelist
Retrieves all price lists
curl --request GET \
  --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/v1/pricelist' \
  --header 'Authorization: Bearer <token>'
[
  {
    "code": "<string>",
    "id": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

auditUser
string
required

The audit user to log the request

page
integer
default:0

Current page

size
integer
default:30

How many price list should be returned per page, default is 30. Cannot be more than 100.

Required range: 1 < x < 100

Response

Successfully retrieved

code
string
required

A code that uniquely identifies this price list

Maximum string length: 64
id
string

ID to be used in API calls for this entity

Maximum string length: 64