# Create token with basic Auth **GET /tokens/create_token** This method allows users to generate a berarer token to call the API ## Servers - https://api.h2olinks.com: https://api.h2olinks.com () - http://localhost:8080: http://localhost:8080 () ## Authentication methods - Basic auth ## Parameters ## Responses ### 201 #### Body: application/json (object) - **access_token** (string) Queried token - **api_token** (string) API access Token - **detail** (string) Detail of the result - **local_id** (string) Detail of the result - **refresh_token** (string) Queried token - **result** (string) Operation result ### 401 #### Body: application/json (object) - **access_token** (string) Queried token - **detail** (string) Detail of the result - **result** (string) Operation result ### default [Powered by Bump.sh](https://bump.sh)