Pomanda Api

Format & Pagination

The Pomanda API follows the JSON API format and uses the REST architectural style with JSON throughout. The requested data will be returned in the 'data' key of the response. When performing a search, pagination links will be available as per the JSON API standard in a field called 'links', with 'first', 'previous', 'next', and 'last' links allowing navigation.

Parameters:

page: integer (Specifies the page number for pagination, with the default starting page number as 1)
pageSize: integer (Specifies the number of items per page)

PDF Documents:

In addition to the standard JSON response, Company Reports and Credit Reports can be requested as PDF documents by setting the 'Accept' header of the request to 'application/pdf'.