Get All Tokens

GET {{baseUrl}}/refresh-token

Returns generated api tokens of all the users of the organization.
Requires access_token as a Bearer {{token}} in the Authorization header with read scope.

HEADERS

KeyDatatypeRequiredDescription
Authorizationnull

RESPONSES

status: OK

{"data":[{"id":"6266cd8277c983ab005b6e74","organization_id":"5e1c2309342445001180f9c3","user_id":"61a46f8efb59e90008628fcc","token":"c8949133361b38fee47b213f25a2ba92b7c01bf94b664346ea594b95b9ab8527c1c7fddf2024e22a71d5248ee8b123fe848db21f132a9fa852363db37731a666","last_refresh":"2022-11-28T14:55:35.813Z","rate_limit":0,"deleted":false},{"id":"6384425f279f0a960ad89e73","organization_id":"5e1c2309342445001180f9c3","user_id":"630c4dfa2f8308c65379bad1","token":"615b613889a18b320d8e0e7dfec4ac176f0889903bfcdd7a8d619bf6e938052c74d15c0bb6d2000cfd203f6e5deb4e78baf631a695728b056401c4718e0154545","last_refresh":"2022-11-28T14:54:32.337Z","rate_limit":0,"deleted":false}]}