Skip to main content
POST
Fetch Review Apps and Websites

Authorizations

Authorization
string
header
required

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

Body

application/json
teamId
string<uuid>
required
Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

offset
integer
required
Required range: x >= 0
Example:

0

limit
integer
required
Required range: 1 <= x <= 100
Example:

20

appType
enum<string>
required
Available options:
application,
website,
all
Example:

"all"

searchAppName
string
Example:

"chrome"

Response

Fetched apps and sites successfully

success
boolean
Example:

true

statusCode
integer
Example:

200

statusMessage
string
Example:

"Fetched apps and sites successfully"

error
object | null
Example:

null

data
object