Rotate app credentials
Issues a new client_secret, immediately invalidating the previous one. Active user tokens are revoked only if the scopes change. New credentials are sent to the email address registered with the app. The email address cannot be changed.
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
Current client_id of the app being rotated.
"9a8b7c6d-5e4f-3a2b-1c0d-9e8f7a6b5c4d"
100"My SaaS v2"
New list of redirect URIs. Replaces the previous list entirely.
["https://mysaas.com/callback/vendaze"]New list of scopes. Replaces the previous list entirely.
A single OAuth scope value.
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 ["people:read", "deals:write"]500"Updated integration with Vendaze."
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.
"https://mysaas.com/assets/vendaze-avatar-v2.webp"
Response
Credentials rotated successfully. New credentials sent by email.