Organizations with larger FOMF group memberships might find the manual process for user management more challenging as it is prone to errors and time-consuming.
The FOMF Partner User API enables such organizations to integrate FOMF user management with their internal identity and access management systems.
The following features are currently supported:
The FOMF API is accessible on two environments:
| production | https://api.fomf.org |
|---|---|
| test | https://api-staging.fomf.org |
The test environment contains sample data and can be used for integration testing without affecting production data.
All endpoints require authentication using an API key that must be included in the request headers as shown below:
Authorization: Bearer {api_key}
<aside> ℹ️
The API key will be provided by your FOMF account manager through email or another secure channel.
</aside>
FOMF uses conventional HTTP response codes to indicate the success or failure of an API request.