GET /customers/{id}

rebilly.com

Summary: Retrieve a customer
Operation ID: GetCustomer
Auth: unknown
Description

Retrieve a customer with specified identifier string.

Parameters (4)

Organization-Id (?, header, optional)

Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).

expand (string, query, optional)

Expand a response to get a full related object included inside of the `_embedded` path in the response. It accepts a comma-separated list of objects to expand. See the [expand guide](https://api-reference.rebilly.com/#section/Expand-to-include-embedded-objects) for more info.

fields (string, query, optional)

Limit the returned fields to the list specified, separated by comma. Note that id is always returned.

id (string, path, required)

The resource identifier string.

Constraints: {'maxLength': 50, 'pattern': '^[@~\\-\\.\\w]+$'}

No probe data for this endpoint yet.