vikunja/rest/user info.bru

15 lines
146 B
Plaintext
Raw Normal View History

2023-10-10 21:04:57 +02:00
meta {
name: user info
type: http
seq: 2
}
get {
url: {{host}}/api/v1/user
body: none
}
headers {
Authorization: Bearer {{token}}
}