cURL
curl --request POST \ --url https://api.aimtell.com/prod/sites/ \ --header 'Content-Type: application/json' \ --header 'X-Authorization-Api-Key: <api-key>' \ --data ' { "url": "<string>", "name": "<string>" } '
{ "result": "success", "message": "Added website https://fake.aimtell.com succesfully.", "id": 79 }
Add a Website to Account
Website URL
Name of Website
200