backend_and_cms/One & All/login/Login Access Token.bru

21 lines
258 B
Plaintext

meta {
name: Login Access Token
type: http
seq: 1
}
post {
url: {{baseUrl}}/api/v1/login/access-token
body: formUrlEncoded
auth: none
}
body:form-urlencoded {
grant_type:
username:
password:
scope:
client_id:
client_secret:
}