cURL
curl --request GET \ --url https://connect.withvayu.com/customer-relations/{customerRelationId} \ --header 'Authorization: Bearer <token>'
{ "customerRelation": { "vayuParentCustomerId": "<string>", "vayuChildCustomerId": "<string>", "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Get a Customer relation by id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
RequestSuccess
Show child attributes
Identifier of the parent customer in Vayu.
Identifier of the child customer in Vayu.