From the Paced & Vend Email team — Become one of Kruh's 100 Secure your spot →
Access the Vend Email API directly with personal access tokens.
To use the API, you'll first need to generate a personal access token:
ve_token_
followed by 48 random charactersInclude your token in API requests using the Authorization header:
curl -H "Authorization: Bearer ve_token_abc123..." \
https://www.vend.email/api/v1/me
Example response:
{
"id": "123456",
"email": "[email protected]"
}
Ready to start making API calls? Check out our API endpoints documentation.