@extends('layouts/default') {{-- Page title --}} @section('title') Personal API Keys @parent @stop {{-- Page content --}} @section('content')
{{ trans('general.feature_disabled') }}
@endifYour API base url is located at:
{{ url('/api/v1') }}/<endpoint>
API tokens are set to expire in: {{ config('passport.expiration_years') }} years.
Please check the API reference to find specific API endpoints and additional API documentation.