Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Mobile push credential parameters that need to be sent in the request
- Create iOS push credential request
- Create Android Push Credential Request
Type of mobile push credential. Should be <code>ios</code> here
Available options:
ios Certificate as received from APNs
Example:
"-----BEGIN CERTIFICATE----- MIIGVDCCBTKCAQEAsNlRJVZn9ZvXcECQm65czs... -----END CERTIFICATE-----"
Corresponding private key to the certificate as received from APNs
Example:
"-----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAsNlRJVZn9ZvXcECQm65czs... -----END RSA PRIVATE KEY-----"
Alias to uniquely identify the credential
Example:
"LucyIosCredential"
Response
Mobile push credential created
Success response with details about a push credential