diff --git a/resources/views/account/api.blade.php b/resources/views/account/api.blade.php index f3170a2984..1bb5c282a9 100644 --- a/resources/views/account/api.blade.php +++ b/resources/views/account/api.blade.php @@ -23,12 +23,13 @@ @endif
Your API endpoint is located at:
- {{ url('/api/v1') }}
When you generate an API token, be sure to copy it down immediately as they will not be visible to you again.
-API tokens will expire in {{ config('passport.expiration_years') }} years.
+API tokens will expire in: {{ config('passport.expiration_years') }} years.
+ +Your API base url is located at:
+ {{ url('/api/v1') }}/<endpoint>
Please check the API reference to find specific API endpoints.