vikunja/rest/user info.bru
kolaente 7eb59f577c
Some checks failed
continuous-integration/drone/push Build is failing
feat: add very basic bruno collection
2023-10-10 21:04:57 +02:00

15 lines
146 B
Plaintext

meta {
name: user info
type: http
seq: 2
}
get {
url: {{host}}/api/v1/user
body: none
}
headers {
Authorization: Bearer {{token}}
}