How to configure an HTTP connection to the France Travail API
Below are instructions on how to configure an HTTP connection to the France Travail APIs using the OAuth2 authentication method.
Also see Saving and sharing connections.
To create and configure the connection:
In your back office, first create a new HTTP connection
Then, fill in these different fields:
The main URL in order to retrieve the data. In the case of France Travail's APIs, the URL is
https://api.francetravail.io/
Under "Authentication method," select
OAuth2
The "Token endpoint URL" should be
https://entreprise.francetravail.fr/connexion/oauth2/access_token?realm=/partenaire
You must create your own France Travail API account. With that, you can create an application and obtain your "Client ID" and "Client Secret". Copy and paste those values here.
Finally, fill in the "Scope." For example, this might be
api_offresdemploiv2
o2dsoffre
, though note that these are just an example, and your values can be different.
Don't hesitate to read the API documentation on the France Travail website. For example, you can find information there about the "offreemploi" API.