DamageBDD

Behaviour Driven Development At Planetary Scale.

Individual Registration - DamageBDD


Register as individual customer.



* required

Using Curl



curl -s 'https://run.damagebdd.com/accounts/create' \
        -H 'Content-Type: application/x-yaml' \
        -d '
---
fullName: "John Doe"
email: "john.doe@example.com"
'