Getting Started
Authenticate User
curl -X POST \
http://api.vidi.cc/api/v2/orders \
-H 'Cache-Control: no-cache' \
-H 'Content-Type: application/json' \
-H 'X-Api-Key: xLhRIk2fsEIOD3OC7kIchw' \
-d '{
"order": {
"offer_id": 756,
"payment_method": "Adyen"
}
}'Last updated