Authentication by Apple
Query parameters
callbackURLstringRequired
The callback URL that the user will be redirected to after logging in.
Header parameters
Brand-URLstringRequiredExample:
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URL
Responses
200
The request was successful.
application/json
429
The user has exceeded the rate limit.
application/json
get
GET /api/v1/users/auth/integrations/apple/authenticate-url HTTP/1.1
Host: protocol.jframework.io
Brand-URL: text
Accept: */*
{
"success": true,
"statusCode": 200,
"message": "The request was successful.",
"data": "https://appleid.apple.com/auth/authorize?response_type=code%20id_token&client_id=&redirect_uri=&state=h80GhRPZ52OoDZzVbhOfJhJgdno%2FOhA2eUjyVRsWDDNxwMKvfe%2BkHIoKJLeyVEtFQCbaQf3sONqQTJ3PhcioIQ%3D%3D&Scope=openid%20email%20name&response_mode=form_post",
"errors": []
}
Last updated
Was this helpful?