Skip to content

Get dep token by id

Request

Retrive information of a DEP token by ID

Security
apiKey
Path
idstring, (UUID)required

ID of the token object

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

Responses

Get DEP token by id

Bodyapplication/json
codeinteger
messagestring
contentobject
Response
{ "code": 0, "message": "string", "content": { "schema": {} } }