Skip to main content

Retrieve Customer

GET 

/accounting/customers/:id

Retrieve a Customer with the given id.

Request

Path Parameters

    id stringrequired

    The ID of the customer.

Query Parameters

    credentialId stringrequired

    The ID of the credential.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    any

Loading...