Customer

Check customer credentials and return an API token

Use this BillingServ API endpoint to check customer credentials and return an API token. Review the response for the operation result or validation errors.

post/customer/check

Request body

usernamestring email required
passwordstring password required

Response

OK

successboolean

Changes

Changed in 1 of the 6 revisions of this API.6

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • added the optional property code to the response with the 401 status

      response-optional-property-added

    • added the optional property code to the response with the 422 status

      response-optional-property-added

    • added the optional property request_id to the response with the 401 status

      response-optional-property-added

    • added the optional property request_id to the response with the 422 status

      response-optional-property-added