cURL
curl --request GET \ --url https://dev-billing-api.iqraa.ai/api/v1/api/v1/customers/{externalCustomerId} \ --header 'Authorization: Bearer <token>'
Retrieves customer information using their external ID (org ID)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
External ID of the customer
Customer found and retrieved successfully