Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://apigw.ipxo.com/ecommerce/public/{user_id}/subscriptions/termination-requests/{terminationRequest_uuid} \ --header 'Authorization: Bearer <token>'
{ "data": { "uuid": "190679de-981e-3715-abf2-e71b181eb9e3", "type": "immediate", "status": "completed", "reason": "Nam voluptatem odit rerum magnam libero.", "details": "Ducimus quia velit illo maxime corporis. Illum explicabo fugiat modi reprehenderit aut. Voluptas placeat necessitatibus quam explicabo non velit. Ad voluptas rem quibusdam explicabo veritatis odio.", "meta": { "use_again": true }, "requested_at": "2026-03-11T14:05:32.0000000+00:00", "terminated_at": "2026-03-03T14:05:32.0000000+00:00" } }
Returns a single Termination Request extended information.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the user.
Show child attributes