# Get all DEP tokens Get the list of all DEP tokens available in the tenant Endpoint: GET /tenant/v0/deptokens/ Version: 1.0.0 Security: apiKey ## Query parameters: - `state` (string) Enum: "CSR_GENERATED", "COMPLETED" ## Response 200 fields (application/json): - `code` (integer) - `message` (string) - `content` (object) - `content.count` (integer) - `content.next` (string) - `content.prev` (string) - `content.results` (array) - `content.results.id` (string) id of DEP token - `content.results.token_name` (string) name of DEP Token - `content.results.meta` (object) meta information about the DEP token - `content.results.meta.token_expiry_on` (string) - `content.results.state` (string) state of DEP token upload Enum: "CSR_GENERATED", "COMPLETED" - `content.results.created_by` (string) user id of the user - `content.results.updated_by` (string) user id of the user - `content.results.created_at` (string) Timestamp of DEP token creation - `content.results.updated_at` (string) Timestamp of DEP token creation ## Response 401 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 500 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object)