Security protocols, verbs & environment
Security protocols
Pluggy's API enforces the use of HTTPS TLSv1.2 or upper versions for security reasons. Other TLS version requests will be rejected. All communication requires to be in HTTPS.
API verbs and Protocols
Pluggy's API is a RESTful API based on JSON requests and responses, so all requests must have set the header Content-Type
of application/json
.
We follow the RESTful standards and all verbs match their specific action for the resource you will be communicating.
Environment
Our production environment is accepting requests in the following host:
https://api.pluggy.ai
Updated 5 months ago