Skip to main content

Help Center

Making A Request

All requests are authenticated and authorized. This requires a few pieces of information from the client. The first two are a user’s private and public API keys. Both keys are found within the Administration-User portion of the system application. They will appear as long alphanumeric strings (128 characters). The private key is used to generate a HMAC of the request while the public key is used by the service to confirm the authenticity of the signature.

Updated 4/11/2023