1
Get an API Key.
- Create an enterprise in Manifest’s sandbox Enterprise Dashboard
- Create an API key by clicking API in the Enterprise Dashboard menu, then click Generate Key.
2
Authenticate.
Now that you have an API key, you can authorize requests in the Manifest Enterprise API on behalf of your organization. Authentication is performed via HTTP Basic Auth; provide your API key as the basic auth username value. You do not need to provide a password. For example:Environments
There is both a production environment, and a sandbox environment. Requests made to the sandbox environment will never hit banking networks, meaning they can’t affect your account balances and will never incur costs. Your developer account will have different API keys for each environment. Each environment has its own URL endpoint to avoid any confusion.
There is both a production environment, and a sandbox environment. Requests made to the sandbox environment will never hit banking networks, meaning they can’t affect your account balances and will never incur costs. Your developer account will have different API keys for each environment. Each environment has its own URL endpoint to avoid any confusion.
3
Test your integration.
You can use the get enterprise endpoint to easily test your integration. This endpoint will return details of the enterprise you created in the sandbox dashboard.