cURL
curl --request GET \ --url https://api.yuvexpay.com/v1/products/external/{externalId} \ --header 'Authorization: Bearer <token>'
{ "product": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "amount": 123, "externalId": "<string>", "isActive": true, "createdAt": "2023-11-07T05:31:56Z" } }
Retrieve a product using your own external ID instead of the YuvexPay UUID.
API access token obtained from POST /oauth/token. Include as Authorization: Bearer {token}.
Authorization: Bearer {token}
Your external product ID.
100
Product found.
Show child attributes