cURL
curl --request GET \ --url 'https://app.smartsend.io/api/v1/website/{team}/info?api_token=' \ --header 'Authorization: Bearer <token>'
{ "url": "smartsend.io", "trailing": "true", "subscribed": "false", "owner": { "name": "John Doe", "email": "[email protected]" } }
This endpoint is used to get details about a given website.
Provide API Token as Bearer authentication
Query API Token
The domain of the website making the agent lookup request
Successful operation
Website Resource
Url of the website
"smartsend.io"
Whether or not the website is currently trialing the system
"true"
Whether or not the website has a valid subscription
"false"
Owner of the website
Show child attributes
Name of the websites owner
"John Doe"
Email of the websites owner
"[email protected]"
Was this page helpful?