post https://api.eversend.co/v1/cards/user
Log in to see full request history
Responses
xxxxxxxxxx
19curl --request POST \
--url https://api.eversend.co/v1/cards/user \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"firstName": "Stone",
"lastName": "Atwine",
"email": "example@mail.com",
"phone": "+2347039099804",
"country": "NG",
"state": "Lagos",
"city": "Ikeja",
"address": "No 5 pound road Aba",
"zipCode": "1000001",
"idType": "Driving_License",
"idNumber": "1290282882"
}
'
Try It!
to start a request and see the response here! Or choose an example: