Skip to main content

API Postman template

Environment Setup for Postman

OPTION 1 – Import via Raw Text (Recommended)

  • Open Postman
  • Click Import
  • Go to the Raw text tab
  • Paste the environment JSON provided in this manual
  • Click Continue → Import
  • Select the imported environment from the top-right dropdown

OPTION 2 – Import via JSON File

  • Copy the environment JSON from this manual
  • Paste it into a text editor (e.g., Notepad, VS Code)
  • Save the file with a .json extension (e.g., environment.json)
  • Open Postman
  • Click Import
  • Select Upload Files
  • Choose your saved .json file
  • Click Import
  • Select the imported environment from the top-right dropdown

Environment JSON

{
"id": "f5b14d7c-0692-45c8-bd15-f9c419ff32c9",
"name": "Auth",
"values": [
{
"key": "base_url",
"value": "https://dsp.eskimi.com/api/",
"type": "default",
"enabled": true
},
{
"key": "ACCESS_TOKEN",
"value": "",
"type": "any",
"enabled": true
}
],
"color": null,
"_postman_variable_scope": "environment",
"_postman_exported_at": "2026-04-01T07:48:46.012Z",
"_postman_exported_using": "Postman/12.4.3-260401-0231"
}