Step 1: Verify your Validic Organization Credentials
If you haven’t already, contact us for a Validic account.
Once you have your Organization credentials, you may verify if your credentials are working by making the following API call:
GET https://api.validic.com/v1/organizations/{ORGANIZATION_ID}.json?access_token={ORGANIZATION_ACCESS_TOKEN} 200 { "summary": { "status": 200, "message": "Ok", "results": 1, "start_date": null, "end_date": null, "offset": 0, "limit": 100, "params": { "start_date": null, "end_date": null, "offset": null, "limit": null, "source": null } }, "organization": { "_id": "{ORGANIZATION_ID}", "name": "{ORGANIZATION_NAME}", "users": 64, "users_provisioned": 124, "activities": 25334, "connections": 260, "organizations": [] } }