Skip to content

Instantly share code, notes, and snippets.

@jwmoss
Last active October 11, 2022 19:11
Show Gist options
  • Save jwmoss/7781b5b41639f22ac117e50ff7e0399c to your computer and use it in GitHub Desktop.
Save jwmoss/7781b5b41639f22ac117e50ff7e0399c to your computer and use it in GitHub Desktop.
planning center for jack
## 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