General Structure
To integrate Postman we offer a comprehensive walkthrough of utilizing Postman API requests to seamlessly interact with KOBIL IDP services. Covering backend operations, each section dives into specific functionalities, providing detailed explanations and visual representations. From generating authorization tokens to triggering transactions, this guide ensures a robust understanding of integrating Postman effectively into your workflow.
WorkSpace Setup
Variable | Description | Mandatory |
---|---|---|
baseUrl | Host url value of your KOBIL IDP console | Yes |
tenant | Workspace name of your IDP Server | Yes |
access_token | Unique Token value to securely operate your workspace | Yes |
username_with_admin_role | The username, which used to access your KOBIL IDP console | Yes |
password | The Password value of the user, which is in administrator role | Yes |
platform_name | Defines the desired Operating System to be used in your platform | No |
app_name | Represents the app's name, which registered on your platform | No |
app_user_name | Name of users who'll use your KOBIL IDP secured product | No |
app_user_uuid | Identity of users created in your workspace | No |
tmsId | The unique ID value, when users perform a transaction | No |
Collection Specific
The KSSIDP Auth Collections are divided into 4 different file structures, while receiving the access token in the IDP Admission section, you could control your workspace in the platform / user activities sections. Further, you can easily perform and secure your transactions to your app users via TMS APIs.
IDP Admission
Generate Authorization Token
- General Info:
- All the Postman API requests are processed with access_token values, and tokens are valid for every 300 seconds.
- To get the access_token in your Workspace, please configure the body part of the Authorization Token request.
- Performing the API Request and Response:
- To get more information about the request body configurations and responses, please follow the Authorization Token API methods.
KOBIL - IDP services will provide you username and password values, and these credentials will allow you access to the IDP console, and Smartdashboard of your workspace.