The following APIs handle the Customer resource.
Operation | HTTP Request | Resource Request | Description |
---|---|---|---|
getCustomer |
GET /customers/{id} |
Get a customer by id | |
getCustomerByName |
GET /customers/name/{name} |
Get a customer by name | |
getCustomerByRealmName |
GET /customers/realm/{name} |
Get a customer by realm name |