Use this guide to make your first Trustap API call.
Create a guest buyer
curl --location 'https://api.test.trustap.com/v2/guest_users' \
--header 'Content-Type: application/json' \
--user 'd74b258f-2978-4602-a04c-846e44bd8908:' \
--data-raw '{
"email":"bert.gray@example.com",
"first_name":"Bert",
"last_name":"Gray",
"country_code":"at",
"tos_acceptance":{"unix_timestamp":1736354931,"ip":"127.0.0.1"}
}'- Follow our setup guide to get your API key and start developing for your own account.
- Start working with our guides.
- Explore our API reference.