Shine Connect API routes to get and query user's invoices have been renamed.

GET /invoices/query is becoming GET /invoicing/invoices

GET /invoices/{invoiceId} is becoming GET /invoicing/invoices/{invoiceId}


🚧

GET /invoices/query and GET /invoices/{invoiceId} are now deprecated and will be removed in the near future.

Shine Connect API now supports the standard OAuth2 framework.

The Shine Connect readonly API is hosted under public.api.shine.fr (and public.api.staging.shine.fr for the sandbox environment).

Shine Connect API is now hosted under connect.api.shine.fr (and connect.api.staging.shine.fr for the sandbox environment).

There has been no changes on API responses. However, mutual TLS is mandatory.

  • If you were already using mutual TLS and signing your requests, no changes are required except switching to the new URL: connect.api.shine.fr
  • If you were not using mutual TLS, please email us your QWAC and QSEAL certificates at [email protected] and refer to our documentation to properly set up the connection and sign your requests

Feel free to reach us with any question you may have.