Use this API key to authenticate your requests.
<%= current_user.api_key %>
Docs: <%= link_to "API documentation", '/api-docs', class: 'underline hover:no-underline' %>
Provide your instance URL:
<%= root_url %>
And provide your API key:
<%= current_user.api_key %>
<%= api_v1_owntracks_points_url(api_key: current_user.api_key) %>
<%= api_v1_overland_batches_url(api_key: current_user.api_key) %>
<%= link_to "Generate new API key", generate_api_key_path, data: { confirm: "Are you sure? This will invalidate the current API key.", turbo_confirm: "Are you sure?", turbo_method: :post }, class: 'btn btn-primary' %>