Environments
Shine API offers two environments:
- The sandbox environment is the test environment of our API
Before going live, a set of sandbox credentials will be provided to you to be able to test your integration ๐งช - The production environment for your live application.
Both environments are isolated so that you can perform your tests safely
Authentication
This endpoint is used for authentication and obtaining token steps.
Environment | Base URL |
---|---|
sandbox | https://api.staging.shine.fr/v2/authentication |
production | https://api.shine.fr/v2/authentication |
Public API
Environment | Base URL |
---|---|
sandbox | https://public.api.staging.shine.fr |
production | https://public.api.shine.fr |
Regulated Partners API
These URLs are for DSP2, meaning clients with AISP, PISP, or CBPII licenses.
Write Endpoints
You must use this host if you are a regulated partner and you want to use the write endpoints such as transfer request.
Environment | Base URL |
---|---|
sandbox | https://connect.api.staging.shine.fr |
production | https://connect.api.shine.fr |
Updated 8 months ago