Returns outlets for a scrollable table with filters, sorting, and cursor-based pagination.
Request
Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
API Key
Add parameter in cookie
access_token
Example:
access_token: ********************
or
Query Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://mock.apidog.com/m1/1052146-0-default/outlets?cursor&limit&search&sortKey&sortDir&type&status' \
--header'Authorization: Bearer <token>'
Responses
🟢200OK
application/json
OK
Body
Example
{"success":true,"code":"LOGIN_OK","message":"Authenticated","data":{"rows":[{"id":101,"name":"Ikeja Main Store","type":"sales","numberOfProduct":1420,"stockValue":124500000,"retailValue":182900000,"growth":0.12,"status":"active"}],"nextCursor":"string","hasNext":true},"meta":{"page":1,"perPage":50,"total":1}}