Get Custom Links By Id
6.3 Get Custom Links By Id
Request
Method | URL |
GET | /customlink/v1/products/{magic_link_id} |
Response
Status | Response |
200 | { "data": { "id": 162, "name": "Updated Magic Link Name", "description": "Magic Link Description", "orderId": "12", "conversationId": "1", "externalId": "1", "status": "Active", "price": 29.99, "currency": "USD", "stock": 50, "soldCount": 0, "token": null, "enabledInstallments": [], "url": null, "imageUrl": null, "channel": "SomeChannel", "custom_token": "http://tinyurl.com/yw8amt84" } } |
403 | |
400 | |
401 | |
401 | |
500 |
Last updated