post https://api.revioapi.com/v1/Contacts
Create a new contact.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Create a new contact.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request POST \
--url https://api.revioapi.com/v1/Contacts \
--header 'accept: application/json' \
--header 'content-type: text/json'
xxxxxxxxxx
{
"ok": true,
"id": 0
}