Postman
To help you develop your implementationn, provides a REST API Postman collection with examples for the endpoints described in this guide.
Get started with our Postman collection:
- Download the .json file.
- See the Postman Readme (below).
OpenAPI specification
See the OpenAPI Specification.
Collection variables
Before executing requests you must populate and persist the following collection variables. Secrets and user names can be obtained from your iPortal account.
| Variable | Description |
|---|---|
tenant | The multi-tenant URL |
base_url | Set to: /api/v2 |
api_key | Your Service Provider API key |
secret | Your Service Provider secret |
oauth_password | Your Service Provider OAuth password |
oauth_username | Your Service Provider OAuth username |