---
title: "Fetch Apple's public key for verifying token signature"
framework: accountorganizationaldatasharing
role: symbol
role_heading: Web Endpoint
path: "accountorganizationaldatasharing/fetch-apple's-public-key-for-verifying-token-signature"
---

# Fetch Apple's public key for verifying token signature

Retrieve the public key associated with the cryptographic identity Apple uses to sign the token.

## URL

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

## Response Codes

200 OK: The request was successful.

## Overview

Overview If successful, the HTTP status code is 200 (OK), and the JWKSet.Keys object contains Apple’s public key.

## See Also

### Generating tokens

- [Creating a client secret](accountorganizationaldatasharing/creating-a-client-secret.md)
- [Generate and validate tokens](accountorganizationaldatasharing/generate-and-validate-tokens.md)
