cURL
curl --request GET \ --url https://api.triqai.com/v1/p2p-platforms/{id} \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": { "p2pPlatform": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "Venmo", "icon": "<string>", "color": "<string>", "website": "<string>" } }, "meta": { "generatedAt": "2023-11-07T05:31:56Z", "requestId": "<string>", "version": "<string>" } }
Retrieves P2P platform details by ID. P2P platforms are shared across all organizations.
Organization API key for authentication
P2P platform UUID
P2P platform details
true
Show child attributes
Was this page helpful?