Skip to main content

Welcome

For SWAGGER lover, we are using the following OpenAPI specification.

Shortext Endpoints

View the OpenAPI specification file

Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
request

API Response Schema

All API endpoints return code 200 with this json structure the content of the response will always be accessible by the body key
trace_id : present only when success=false. Can be used for support request

Response schema for pagination

All items will be accessible from the data. To navigate to any page juste append ?page=page-number on the path
example : https://shortext.ny-corp.io/api/agent/search?page=1

Response Code