Files
basango/apps/api-legacy/api/identity-and-access/logout.bru
T

16 lines
148 B
Plaintext

meta {
name: logout
type: http
seq: 10
}
post {
url: {{baseUrl}}/token/invalidate
body: none
auth: bearer
}
auth:bearer {
token:
}