Tool to start OAuth 2.0 authorization code flow for Zeplin apps. Use when initiating user authorization; call before exchanging the code.
statestringRandom string for CSRF protection; echoed back in the callback.
client_idRequiredstringIdentifier of your Zeplin app (provided by Zeplin).
redirect_uriRequiredstringWhitelisted redirect URI registered in Zeplin. Must be a valid URI.
response_typestringMust be 'code' to initiate authorization code flow.
code_challengestringPKCE code challenge derived from code_verifier.
code_challenge_methodstringTransformation method used to generate the code_challenge.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.