Contents

Fetch Apple’s public key to verify token signatures

Fetch Apple’s public key to verify ID token and server notification signatures.

URL

GET https://appleid.apple.com/auth/keys

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
JWKSet

The request was successful.

Mentioned in

Discussion

If successful, the HTTP status code is 200 (OK) and the JWKSet.Keys object contains Apple’s public key. For more information, see Verifying a user and Decode and validate the notifications.

See Also

Generating and revoking tokens