Skip to content

Commit

Permalink
docs: Example request tu user profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 committed Oct 10, 2023
1 parent 12b73da commit d58452b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/api.http
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@
GET http://localhost:54321/rest/v1/general_overview
apikey: "{{$token}}"
Authorization: "Bearer {{$token}}"

###

GET http://localhost:54321/rest/v1/user_profiles
apikey: "{{$token}}"
Authorization: "Bearer {{$token}}"

0 comments on commit d58452b

Please sign in to comment.