MyAccount Management
/- Verify a Push Notification Challenge Response from the App Authenticator
API versioning
Create an App Authenticator Enrollment
Update an App Authenticator Enrollment
Delete an App Authenticator Enrollment
List all pending Push Notification Challenges
PushNotificationChallengeRequestJwt
PushNotificationChallengeRequestJwtHeader
PushNotificationChallengeResponseJwt
PushNotificationChallengeResponseJwtHeader
Verify a Push Notificatio...
Verifies a push notification challenge from the app authenticator
JWT issued by the app authenticator at the time of push notification verification
This based64-encoded JWT consists of a JWT header and a JWT payload.
POST
- Push notification challenge request
- JWT Header
- JWT Payload
curl -i -X POST \
https://okta-subdomain.pixtulate.com/idp/myaccount/app-authenticators/challenge/ft-hqOpHM8yxcGvE0cN7UXWVodVyP0omKW/verify \
-H 'Accept: application/json; okta-version=1.0.0' \
-H 'Content-Type: application/json;okta-version=1.0.0' \
-d '{
"method": "push",
"challengeResponse": "Your encoded challenge response JWT"
}'