Skip to content

Instantly share code, notes, and snippets.

@aryoprakarsa
Created November 9, 2018 00:21
Show Gist options
  • Save aryoprakarsa/50c6a7d5613294a9a1fb83de52f4720d to your computer and use it in GitHub Desktop.
Save aryoprakarsa/50c6a7d5613294a9a1fb83de52f4720d to your computer and use it in GitHub Desktop.
Postman 09112018
{
"info": {
"_postman_id": "3c3135af-679a-4f75-be09-5639a417d479",
"name": "API Toratori",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "NIK Validation",
"request": {
"auth": {
"type": "noauth"
},
"method": "POST",
"header": [
{
"key": "x-api-key",
"value": "d2d10f76e4516e361bc4caceec62832a",
"type": "text"
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "shared_key",
"value": "d3ac420123c87636d4339aef5933bb6ebac477d0",
"type": "text"
},
{
"key": "nik",
"value": "3174041303670002",
"type": "text"
},
{
"key": "name",
"value": "Rahmat Kurniatapa",
"type": "text"
},
{
"key": "address",
"value": "Jl. Jati Padang Utara",
"type": "text"
}
]
},
"url": {
"raw": "https://api.toratori.com/idval",
"protocol": "https",
"host": [
"api",
"toratori",
"com"
],
"path": [
"idval"
]
}
},
"response": []
},
{
"name": "NPL Blacklist",
"request": {
"auth": {
"type": "noauth"
},
"method": "POST",
"header": [
{
"key": "x-api-key",
"value": "d2d10f76e4516e361bc4caceec62832a",
"type": "text"
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "shared_key",
"value": "d3ac420123c87636d4339aef5933bb6ebac477d0",
"type": "text"
},
{
"key": "nik",
"value": "3174041303670002",
"type": "text"
},
{
"key": "name",
"value": "Rahmat Kurniatapa",
"type": "text"
},
{
"key": "address",
"value": "blabla",
"type": "text",
"disabled": true
}
]
},
"url": {
"raw": "https://api.toratori.com/blacklist",
"protocol": "https",
"host": [
"api",
"toratori",
"com"
],
"path": [
"blacklist"
]
}
},
"response": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment