This documentation is created for Cardtonic Business Users Cardtonic
{
"name": "Akinbiyi Fatunmbi",
"password": "Computer7,",
"phoneNumber": "+2347038784406",
"username": "akinpiers",
"email": "akinbiyi@thetonictech.com",
"country": "Nigeria",
"business": {
"name": "Akinpiers's Business",
"website": "https://thetonictech.com",
"description": "About this business"
}
}
curl --location --request POST 'https://api.cardtonic.com/v1/auth/signup/business' \
--header 'X-Tonic-Env: development' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Akinbiyi Fatunmbi",
"password": "Computer7,",
"phoneNumber": "+2347038784406",
"username": "akinpiers",
"email": "akinbiyi@thetonictech.com",
"country": "Nigeria",
"business": {
"name": "Akinpiers'\''s Business",
"website": "https://thetonictech.com",
"description": "About this business"
}
}'
{
"message": "data fetched",
"success": true,
"data": {
"name": "Michael George",
"email": "george@thetonictech.com",
"phoneNumber": "2348000000000",
"username": "michaelgeorge_1730672802298",
"business": {
"name": "Mikkycody's Business",
"website": "https://thetonictech.com",
"description": "About this business"
}
},
"meta": {
"settings": {}
}
}