Register an app
OAuth
Register an app
Register a new OAuth app. Credentials are sent by email. No authentication required.
POST
Register an app
Documentation Index
Fetch the complete documentation index at: https://developers.vendaze.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Maximum string length:
100Example:
"My SaaS"
Example:
"dev@mysaas.com"
Example:
["https://mysaas.com/callback/vendaze"]
Scopes your app needs. Users approve them individually on the consent screen.
A single OAuth scope value.
Available options:
people:read, people:write, companies:read, companies:write, deals:read, deals:write, tasks:read, tasks:write, activities:read, activities:write, products:read, products:write, tags:read, tags:write, lists:read, lists:write, custom_fields:read, custom_fields:write Example:
["people:read", "deals:write"]
Maximum string length:
500Example:
"Integration with Vendaze to sync contacts."
URL of the app avatar shown on the consent screen. Must be a publicly accessible HTTPS URL pointing to a WebP image. Maximum dimensions: 400x400 px.
Example:
"https://mysaas.com/assets/vendaze-avatar.webp"
Response
App registered successfully.