Retrieve a Push Provider
GET {{baseUrl}}/api/v1/push-providers/:pushProviderId
Retrieves a push provider by pushProviderId
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":"ppctekcmngGaqeiBxB0g4","name":"APNs Example","providerType":"APNS","lastUpdatedDate":"2022-01-01T00:00:00.000Z","configuration":{"keyId":"KEY_ID","teamId":"TEAM_ID","fileName":"fileName.p8"},"_links":{"self":{"href":"https://your-subdomain.okta.com/api/v1/push-providers/ppctekcmngGaqeiBxB0g4","hints":{"allow":["DELETE","GET","PUT"]}}}}