Files
go-playground/projects/greenlight/docs/api/greenlight-bruno/Tokens/Activation.yml
T
2026-05-04 10:53:22 +02:00

22 lines
295 B
YAML

info:
name: Activation
type: http
seq: 2
http:
method: POST
url: "{{URL}}/v1/tokens/activation"
body:
type: json
data: |
{
"email": "alice@example.com"
}
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5