Skip to content

Get APNs certificate meta information

Request

Security
apiKey
Path
idstringrequired

ID of the APNs certificate meta object

cURL
curl -i -X GET \
  'https://develop-api.esper.io/_mock/openapi/tenant/v0/apnscertificates/{id}/' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

APNs certificate meta information

Bodyapplication/json
codeinteger
messagestring
contentobject(APNSCertInfo)
Response
{ "code": 0, "message": "string", "content": { "id": "string", "apple_id": "string", "meta": {}, "state": "CSR_GENERATED", "created_by": 0, "updated_by": 0, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } }