Skip to content

Instantly share code, notes, and snippets.

@thanos
Last active August 26, 2023 17:11
Show Gist options
  • Save thanos/b44fd95fb53eea1c1d2278310e09a3d2 to your computer and use it in GitHub Desktop.
Save thanos/b44fd95fb53eea1c1d2278310e09a3d2 to your computer and use it in GitHub Desktop.
Get a token from the Xeni Travel API
curl -X 'POST' "$XENI_API_HOST/api/accounts/get_token" \
-H "accept: application/json" \
-H "content-type: application/json" \
-d '{"user":{"email": "'"$XENI_USER_EMAIL"'", "password": "'"$XENI_USER_PASSWORD"'"}}'
{"token":"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJ4ZW5pX3RyYXZlbF9hcGkiLCJleHAiOjE2OTI0MTA1ND9A"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment