๐REST API
Use this to register your Developer ID with AltStore PAL, as well as to process and download ADPs for your notarized apps.
Register Developer ID
Request Body
{
"developerID": "[Your Apple Developer ID]",
"email": "[Your Email Address]
}Response
{
"token": "[Your Security Token]",
"expiration": "2025-02-26T20:30:32Z"
}Terminal Command
curl --header "Content-Type: application/json" \
-X POST \
--data '{
"developerID": "[Your Apple Developer ID]",
"email": "[Your Email Address]"
}' \
https://api.altstore.io/registerDownload ADP
Example Request
Process ADP
Example Request
Federate Source
Request Body
Response
Terminal Command
Last updated