Get started
Get started with Next Matter public API.
Create API key
Authentication is API-key based.
To generate the key:
- Log in to Next Matter.
- Go to Company > Next Matter API keys.
- Click + Create API key.
Authenticate by passing the API key in the “Authorization” HTTP header proceeded with the string “Api-Key ”.
For example:
Authorization: Api-Key xyzabc.12fsfe242ubdgakew
Custom credentials
To ensure credentials are secure and encrypted, and maintain compliance, we can store your organization’s access credentials that you use for custom integrations in an encrypted database. We can store the following credentials for you:
- Basic: username and password
- Bearer: token
- API key: API prefix and token
We don’t support credentials that use HTTP body or query parameters.
Custom credentials will be available in the Authorization dropdown when you configure your custom integration. You can provide a name for the credentials so that they are easily recognizable.
Postman collection
Import our Swagger/OpenAPI specs directly into Postman.
Rate limit
Our rate limit is currently 100 requests per minute.