Skip to main content
Credits can be checked at any time using a dedicated endpoint, or by inspecting the X-Credits-Left header included in every API response. Endpoint: GET https://www.signalhire.com/api/v1/credits

Standard Credits

Returns the remaining balance of standard credits used by the Person API (with contacts).
Response (HTTP 200):

Without Contacts Credits

To check the remaining balance of without-contacts credits, add the withoutContacts=true query parameter. See Profiles Without Contacts for details on this credit type.

X-Credits-Left Header

Every API response includes the X-Credits-Left header with the current credit balance. The value automatically reflects the credit type matching the request — without-contacts credits when withoutContacts: true is set, standard credits otherwise.