cURL
curl --request GET \ --url https://api.pagou.ai/v2/customers/{id} \ --header 'Authorization: Bearer <token>'
{}
Get a customer by id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Generic success response payload.