Sign in

Get account information

documented

Fetch the authenticated user’s account information including profile data.

POST /api/v1/account.getAccountno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.contactsplus.com/api/v1/account.get" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -d '{}'
Get account information · Contacts+ · OpenIntegrations