Skip to main content
GET
/
api
/
v1
/
auth
/
pricing
/
profiles
List pricing profiles (admin)
curl --request GET \
  --url https://crypto.westminister.tech/api/v1/auth/pricing/profiles \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Query Parameters

page_id
integer
required
Required range: x >= 1
page_size
integer
required
Required range: 1 <= x <= 100

Response

200

OK