Create Service Account Key
documentedCreate an API key for a service account.
POST /v1.1/serviceaccounts/{serviceAccountId}/keysSunshine Conversationsno 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://{{zendesk_subdomain}}.zendesk.com/sc/v1.1/serviceaccounts/{{serviceAccountId}}/keys" \
-X POST \
-u '{{ZENDESK_API_KEY}}:{{ZENDESK_SECRET}}' \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"name": "{{$name}}"}'