Skip to content

Get all APNs certificate meta data for the Tenant

Request

Returns all the APNs certificate meta information

Security
apiKey
Query
limitinteger

Number of records to return

Default:10
offsetinteger

Number of records to skip

Default:0
statestring
Enum:"CSR_GENERATED""COMPLETED"
cURL
curl -i -X GET \
  'https://develop-api.esper.io/_mock/openapi/tenant/v0/apnscertificates/?limit=10&offset=0&state=CSR_GENERATED' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

APNs certificate meta data list for the Tenant

Bodyapplication/json
codeinteger
messagestring
contentobject
Response
{ "code": 0, "message": "string", "content": { "count": 0, "previous": "string", "next": "string", "results": [] } }