User documentation

Your Assemblic OpenFisca API

The OpenFisca API for your project will be available at /api/v1/projects/<project_id>/webhook/spec.

Your OpenFisca API can be integrated with any system or user interface. For example, you can build a webform and use the OpenFisca API to integrate with the webform. If you’re using Drupal, you may like to use the Webform OpenFisca module from Drupal.org.

For security, Assemblic also uses API access tokens for integration with other systems.

API access tokens

The Access Tokens menu item lets you add access tokens to protect your new OpenFisca API endpoints.

Access Tokens Menu

Make sure you have the correct Team and Project selected in the top dropdowns, and then click New Token.

Enter a name for your new token, select the project to protect and click Create token.

Create Token Dialog

Copy your token and keep this in a secure location. This is the API key you’ll need to authenticate your OpenFisca APIs.

The OpenFisca API specification for your project will differ per implementation. The OpenFisca documentation provides a high level understanding of the API, [https://openfisca.org/doc/]