Sign in

Get asset key

documented

Retrieve an asset signing key (preview).

GET /spaces/{space_id}/asset_keys/{asset_key_id}Asset keysno implementation yet0 runs
No 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://preview.contentful.com/spaces/{{$space_id}}/environments/{{$environment_id}}/asset_keys/{{$asset_key_id}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get asset key · Contentful · OpenIntegrations