Application credentials
Register an application and keep its client credentials on your backend.
curl --request POST \
'https://developers.waspito.com/api/v1/icers-bridge/ehealth-access/oauth/token' \
--header 'Content-Type: application/json' \
--data '{
"client_id": "YOUR_CLIENT_ID",
"client_secret": "YOUR_CLIENT_SECRET"
}'
Built for connected care
Move from authentication to a secure consultation experience with a focused set of APIs designed around real healthcare workflows.
Register an application and keep its client credentials on your backend.
Exchange approved credentials for a short-lived developer access token.
Protected endpoint details are revealed only to signed-in developer users.
A short path to your first call
The Waspito integration flow follows a clear server-to-server sequence. Keep credentials on your backend and expose only the generated consultation link to the patient.
Read the complete quickstartDeveloper console
Register your integration and securely save the client ID and one-time client secret.
Authentication
Exchange the application credentials at the token endpoint and use the returned Bearer token for API calls.
POST /api/v1/icers-bridge/ehealth-access/oauth/token
Developer access
Protected endpoint pages are added to the documentation menu after Developer Console authentication.
Developer sign in →Developer resources
Start here
Set up a focused third-party OAuth integration.
Explore resource 02Reference
See the exact external API surface and its access rules.
Explore resource 03Public endpoint
Exchange registered application credentials for a temporary Bearer token.
Explore resource 04Protected documentation
Sign in to reveal protected API pages and manage your applications.
Explore resourceSecurity by default
Keep application secrets on your backend while Waspito handles expiring access, signed consultation entry points and traceable API requests.
Client secrets are stored as one-way hashes.
Access tokens are limited by an expiry time.
Consultation entry URLs use temporary signatures.
Authenticated calls capture endpoint and request context.
Build with Waspito
Start with the quickstart, create your developer application and move from your first token to a secure consultation link.