APIs to create and access DEP tokens. Learn more about DEP tokens
Generate the public key file which is uploaded to Apple Business Manager(ABM) console to generate the DEP token.
Security
apiKey
- Mock serverhttps://develop-api.esper.io/_mock/openapi/tenant/v0/deptokens/
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/tenant/v0/deptokens/
curl -i -X POST \
https://develop-api.esper.io/_mock/openapi/tenant/v0/deptokens/ \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{}'Response
-----BEGIN PUBLIC KEY----- MIGeMA0GCSqGSIb3DQEBAQUAA4GMADCBiAKBgE7FsxhVgAauNzV2S+B2O2TVpcKc /aPylhD8Abq0/5swcu3XFseP/GVttTH7JzSLLKdpyculA/DWfc73OP+r4LeswbAc pyvI8uDVCexU7YsND00Vs/L1i9RZXpCBk0oNECjIKQ6ex7ccI6VzZaTH6DallGkY eUcBApaAiL5QILTlAgMBAAE= -----END PUBLIC KEY-----