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