Skip to main content

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

VariableDescriptionMandatory
baseUrlHost url value of your KOBIL IDP consoleYes
tenantWorkspace name of your IDP ServerYes
access_tokenUnique Token value to securely operate your workspaceYes
username_with_admin_roleThe username, which used to access your KOBIL IDP consoleYes
passwordThe Password value of the user, which is in administrator roleYes
platform_nameDefines the desired Operating System to be used in your platformNo
app_nameRepresents the app's name, which registered on your platformNo
app_user_nameName of users who'll use your KOBIL IDP secured productNo
app_user_uuidIdentity of users created in your workspaceNo
tmsIdThe unique ID value, when users perform a transactionNo

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.