Skip to main content
GET
Get Business Custom Fields

Authorizations

Authorization
string
header
required

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

Path Parameters

businessID
string
required
Example:

"f17295d4-5237-4079-8b18-8786eddf49f3"

Query Parameters

pagination
boolean
default:true

Boolean indicating whether results should be paginated or not.

Examples:

true

false

page
integer
default:1

Integer value of which page to retrieve.

Required range: x >= 1
Examples:

1

2

3

itemsPerPage
integer
default:20

Integer value for how many results should be included per page.

Required range: x >= 1
Examples:

1

5

10

20

25

50

999

Response

200 - application/json; charset=utf-8

OK

The response is of type any.