Skip to main content
GET

TypeScript SDK Example

Authorizations

Authorization
string
header
required

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

Headers

x-company
string
Example:

"{{companyId}}"

Query Parameters

page
string
Example:

"1"

per_page
string
Example:

"10"

filter[type]
string
Example:

"services"

sort
string
Example:

"title"

include
string
Example:

"shops"

anonymous
string
Example:

"false"

locale
string
Example:

"en"

filter%5Bactive%5D
string
Example:

"false"

simple_paginate
string
Example:

"true"

filter[published]
string
Example:

"0"

cypress_test
string
Example:

"true"

deleted_at
string

Response

200 - application/json

200 / 200 OK

data
any[]
Example:
meta
object