Working with the REST API
Connect to Polser's Public API
At this stage, you should have your API key, a critical credential for authenticating your connection to the Polser account. This key enables you to securely make HTTP requests and access a variety of services and functionalities offered by the Polser Public API.
By directing requests to https://public-api.polser.app
, you can interact with the platform to retrieve, update, or manage your data. Remember to keep your API key secure, as it is essential for maintaining safe and authorized communication with the API.
Authorization
To authenticate your requests against the Polser Public API, ensure that each HTTP request includes the Authorization
header. This header must contain your API key as its value. Including this header is crucial for verifying your identity and granting access to the API's services and data.
Last updated
Was this helpful?