Retrive information of a DEP token by ID
Security
apiKey
- Mock serverhttps://develop-api.esper.io/_mock/openapi/tenant/v0/deptokens/{id}/
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/tenant/v0/deptokens/{id}/
curl -i -X GET \
'https://develop-api.esper.io/_mock/openapi/tenant/v0/deptokens/{id}/' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "code": 0, "message": "string", "content": { "schema": { … } } }