Last active
October 11, 2022 19:11
-
-
Save jwmoss/7781b5b41639f22ac117e50ff7e0399c to your computer and use it in GitHub Desktop.
planning center for jack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## authenticate | |
curl --request GET --url https://api.planningcenteronline.com/api/v2/personal_access_tokens --header `authorization: Bearer PUTTHEACCESSTOKENHERE` | |
## get checkin and list first name | |
curl https://api.planningcenteronline.com/check-ins/v2/check_ins | jq .attributes.first_name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment