Files
go-playground/projects/greenlight/docs/api/greenlight-bruno/Authentication/Authenticate.yml
T

27 lines
370 B
YAML

info:
name: Authenticate
type: http
seq: 1
http:
method: POST
url: "{{URL}}/v1/tokens/authentication"
body:
type: json
data: |-
{
"email": "alice@example.com",
"password": "pa44word"
}
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5