Get Bill
Returns a single bill by ID.
Required scope: bills:read
Path Params
uuidstringrequired
Bill UUID
Responses
200OK
Request succeeded.
401Unauthorized
API key is missing or invalid.
403Forbidden
API key lacks the required scope.
404Not Found
Bill was not found.
422Validation Error
Request validation failed.