Skip to content

Commit

Permalink
Merge pull request #140 from beckn/dashboard_api
Browse files Browse the repository at this point in the history
Added postan collection for policy dashboard
  • Loading branch information
em-abee authored Sep 9, 2024
2 parents 3b891ec + d47c0d6 commit cd88c61
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,33 @@
}
},
"response": []
},
{
"name": "Dashboard",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{token}}",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"url": {
"raw": "{{base_url}}/dashboard",
"host": [
"{{base_url}}"
],
"path": [
"dashboard"
]
}
},
"response": []
}
],
"event": [
Expand Down

0 comments on commit cd88c61

Please sign in to comment.