Get a Customer
documentedReturn details for a single MoonClerk customer by ID. ([raw.githubusercontent.com](https://raw.githubusercontent.com/moonclerk/developer/main/api/v1/customers.md))
GET /customers/{id}Customersno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.moonclerk.com/customers/{{$id}}" -X GET -H "Authorization: Token token={{MOONCLERK_API_KEY}}" -H "Accept: application/vnd.moonclerk+json;version=1"