- All Equal APIs rely on the Basic Authentication header for Authenticating.
- At the time of onboarding Equal will create and share
client_id
andclient_secret
for your integration. - All the APIs except the Authorization header. If requests don't have valid credentials, requests fail with
401 (UNAUTHORIZED)
.
Authorization: Basic Base64(client_id:client_secret)