# Return single ApiAccessToken **GET /api/base/api_access_token/{id}** ## Servers - https://replace-with-own-host.iw-erp.de: https://replace-with-own-host.iw-erp.de () ## Authentication methods - Session token - Jwt token internal - Login config ## Parameters ### Path parameters - **id** (string) ### Query parameters - **iw-build-id** (string) build id of the client - **iw-package-id** (string) package id of the client ## Responses ### 200 Return single ApiAccessToken #### Body: application/json (object) - **id** (integer) - **allow_super_admin** (boolean) - **allow_admin** (boolean) - **allow_user** (boolean) - **is_dg** (boolean) - **token** (string) - **allowed_path** (string) - **allowed_methods** (string) - **rwe_scope** (string) - **r_scope** (string) - **e_scope** (string) - **w_scope** (string) - **scopes** (object) - **token_version** (string) - **created** (string(date-time)) - **updated** (string(date-time)) - **name** (string) - **deleted** (boolean) [Powered by Bump.sh](https://bump.sh)