Sign in

Get asset key

documented

Retrieve a specific asset signing key.

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://cdn.contentful.com/spaces/{{$space_id}}/asset_keys/{{$asset_key_id}}" \
  -X GET \
  -H "Authorization: Bearer {{CONTENTFUL_API_KEY}}" \
  -H "Accept: application/json"