Management API requests do not count toward your monthly plan and are not billed.
Getting started
Management API is available globally:| Region | Base URL |
|---|---|
| Global | https://management-api.fpjs.io |
Authentication
Management API requests are authorized by using the Management API key that can be obtained in your Fingerprint Dashboard by visiting API Keys. Set your API key as a Bearer token in theAuthorization header:
Version
Management API is versioned by date of the backwards-incompatible change made to the API. The latest version is2024-05-20.
Set the version as in the X-API-Version header:
Making a request
Now we’re ready to make our first request! We can try to list all our environments by callingGET https://management-api.fpjs.io/environments. Note the added Authorization and X-API-Version headers.
cURL
JSON
Rate limiting
Management API is rate limited. The limit is enforced for every Management API key, and the default rate limit per API key is 5 req/sec. If you are an Enterprise plan customer and your use case requires a higher limit, please reach out to our support team.Client SDKs
SDKs for specific languages are coming soon!Using API reference
You can try calling the Management API directly from this documentation:- Go to one listed API methods, for example List environments.
- Set your API key as Authorization bearer token.
- Set API version by setting X-API-Version header to
2024-05-20. - Click Try it!.
Other resources
If you want to get information about visitors and identification events, check the Server API .If you want to identify browsers in your web application, read our JS Agent guide.If you want to identify mobile devices using native mobile SDKs, see Android or iOS.