diff --git a/resources/views/account/api.blade.php b/resources/views/account/api.blade.php index 1bb5c282a9..fe6ef5da17 100644 --- a/resources/views/account/api.blade.php +++ b/resources/views/account/api.blade.php @@ -23,13 +23,19 @@ @endif
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.
+Your API base url is located at:
- {{ url('/api/v1') }}/<endpoint>
Please check the API reference to find specific API endpoints.
+{{ 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.