API 2 min read
Several things that you can do in the Trust Framework portal can also be done via API — managing organisations, software statements, authorisation servers, certificates, and contacts.
The API uses mTLS for all authenticated requests. A valid transport certificate registered in the Trust Framework is required.
Production and Sandbox base URLs
| Production | Sandbox | |
|---|---|---|
| Well Known | auth.directory.openfinance.ae/.well-known/openid-configuration | auth.sandbox.directory.openfinance.ae/.well-known/openid-configuration |
| Auth | https://matls-auth.directory.openfinance.ae | https://matls-auth.sandbox.directory.openfinance.ae |
| API | https://matls-api.directory.openfinance.ae | https://matls-api.sandbox.directory.openfinance.ae |
As per the Trust Framework, the API is powered by Raidiam and the official documentation can be found at raidiam.com/developers/docs/apis.
Browse this section
The full set of pages covering the Trust Framework API.
API Guide
Implementation notes, signing helpers, and worked examples for calling the Trust Framework API.
Create a token
OpenAPI reference for the Trust Framework POST/token endpoint.
Get organisations
OpenAPI reference for fetching organisations from the Trust Framework Directory.
Get software statements
OpenAPI reference for fetching software statements registered for an organisation.
Get contacts
OpenAPI reference for fetching the contacts registered for an organisation.
Get authorisation servers
OpenAPI reference for fetching authorisation servers under an organisation.
Get API resources
OpenAPI reference for fetching API resources registered on an authorisation server.
Get API families
OpenAPI reference for retrieving the full set of API family definitions and metadata schemas.
