Push Credentials
Retrieves a mobile push credential
Retrieves mobile push credential based on the given push_credential_id
get/mobile_push_credentials/{push_credential_id}
Path parameters
push_credential_idstring uuid required
Example:0ccc7b76-4df3-4bca-a05a-3da1ecc389f0
The unique identifier of a mobile push credential
Response
Successful get mobile push credential response
Example response
{
"data": {
"alias": "LucyCredential",
"certificate": "-----BEGIN CERTIFICATE----- MIIGVDCCBTKCAQEAsNlRJVZn9ZvXcECQm65czs... -----END CERTIFICATE-----",
"created_at": "2021-03-26T17:51:59.588408Z",
"id": "0ccc7b54-4df3-4bcb-a65a-3da1ecc997d7",
"private_key": "-----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAsNlRJVZn9ZvXcECQm65czs... -----END RSA PRIVATE KEY-----",
"project_account_json_file": {
"client_email": "account@customer.org",
"private_key": "BBBB0J56jd8kda:APA91vjb11BCjvxx3Jxja..."
},
"record_type": "push_credential",
"type": "ios",
"updated_at": "2021-03-26T17:51:59.588408Z"
}
}