Skip to content

Get all DEP tokens

Request

Get the list of all DEP tokens available in the tenant

Security
apiKey
Query
statestring
Enum:"CSR_GENERATED""COMPLETED"
cURL
curl -i -X GET \
  'https://develop-api.esper.io/_mock/openapi/tenant/v0/deptokens/?state=CSR_GENERATED' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Lists all dep tokens for a tenant

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