Skip to content

Commit

Permalink
Update readme.md (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
noinarisak committed Oct 15, 2022
1 parent fed56d9 commit de643ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -59,7 +59,7 @@ You can play with the calendly API using [httpie](https://httpie.io) really easi
```shell
source .env

http GET https://api.calendly.com/users/me Authorization:"Bearer $CALENDLY_KEY" Content-Type:application/json
http GET https://api.calendly.com/users/me Authorization:"Bearer $CALENDLY_API_KEY" Content-Type:application/json
```

The `"current_organization"` key contains the org URL which doesn't seem to be exposed in the UI at all (at least on basic accounts).

0 comments on commit de643ad

Please sign in to comment.