ESP APIs provide authentication flows via SPID, CIE, CNS, and EIDAS. Use these endpoints to obtain a session key, initiate a login, and retrieve a JWT containing the user's identity attributes.
Download OpenAPI description
Overview
License
Languages
Servers
Development and testing environment
https://esp-saas.test.namirialtsp.com
Production environment
https://esp-saas.namirialtsp.com
- Development and testing environmenthttps://esp-saas.test.namirialtsp.com/api/secure/{environment_name}/getKey
- Production environmenthttps://esp-saas.namirialtsp.com/api/secure/{environment_name}/getKey
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://esp-saas.test.namirialtsp.com/api/secure/myintegration/getKey?level=2&attributes=Full&spidType=P' \
-H 'Esp-Api-Key: YOUR_API_KEY_HERE'- Development and testing environmenthttps://esp-saas.test.namirialtsp.com/sslprotected/{environment_name}/getKey.php
- Production environmenthttps://esp-saas.namirialtsp.com/sslprotected/{environment_name}/getKey.php
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://esp-saas.test.namirialtsp.com/sslprotected/myintegration/getKey.php?level=2&attributes=Full' \
-H 'X-SSL-Client-Cert: YOUR_API_KEY_HERE'- Development and testing environmenthttps://esp-saas.test.namirialtsp.com/sslprotected/{environment_name}/getKey
- Production environmenthttps://esp-saas.namirialtsp.com/sslprotected/{environment_name}/getKey
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://esp-saas.test.namirialtsp.com/sslprotected/myintegration/getKey?level=2&attributes=Full&spidType=P' \
-H 'X-SSL-Client-Cert: YOUR_API_KEY_HERE'