# Save a producer administration key Adds or updates a public key which can be used by a producer user to make Dynamic Monetization API requests. Allow 10 minutes for the key to be available to authorize requests. Endpoint: PUT /v1.0/administration-keys Version: 1.0 Security: AdministrationAccess ## Request fields (application/json): - `publicKey` (string) A public key in PEM format. Example: "-----BEGIN PUBLIC KEY-----\\nMIIBgjAcBgoqhkiG9w0BD...\\n-----END PUBLIC KEY-----" - `id` (string) Your identifier for the key. This identifier must be added as a claim in a JWT token signed with the corresponding private key, in order to indicate which public key should be used to verify the JWT is valid. Example: "xyz"