Create an embed auth link
documentedCreate an Embed Auth Link to authorize a user via Qonto Embed.
POST /v1/embed_auth_linksEmbed Auth Linksno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://thirdparty.qonto.com/v1/embed_auth_links" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"embed_auth_link": {"post_authn_action": "{{$post_authn_action}}", "callback_url": "{{$callback_url}}"}}'