Skip to content

Commit

Permalink
update authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansergeevitch authored and molly-firebolt committed Nov 21, 2023
1 parent 0e199f4 commit 0a2d7c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Guides/query-data/using-the-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ to receive an authentication token:


```bash
curl --location --request POST 'https://id.app.firebolt.io/auth/v1/token' \
curl --location --request POST 'https://id.app.firebolt.io/oauth/token' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'client_id=<id>' \
--data-urlencode 'client_secret=<secret>' \
--data-urlencode 'grant_type=client_credentials'
--data-urlencode 'audience=https://api.firebolt.io'
```

where:
Expand Down

0 comments on commit 0a2d7c6

Please sign in to comment.