Skip to content

Commit

Permalink
feat: added bruno http file
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbrunner committed Dec 18, 2024
1 parent 77191a0 commit a51db5f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Applications/AdminApi/http/Tokens/List Tokens.bru
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
meta {
name: /Tokens
type: http
seq: 1
}

get {
url: {{baseUrl}}/Tokens
body: none
auth: inherit
}

params:query {
~ids: TOKsjPynl0FHYJzHnkIo
~PageNumber: 1
~PageSize: 1
}

0 comments on commit a51db5f

Please sign in to comment.