@extends('layouts.app') @section('content')
{{ $apiKey->description }}
@endif{{ session('new_api_key') }}
Important: This is the only time you'll see this key. Please copy it now and store it securely.
{{ $apiKey->key_prefix }}...
{{ $ip }}| Time | Method | Path | Status | Response Time |
|---|---|---|---|---|
| {{ $log->created_at->format('M d, g:i A') }} | {{ $log->method }} |
{{ $log->path }}
|
{{ $log->response_code }} | {{ $log->formatted_response_time }} |
curl -H "Authorization: Bearer {{ $apiKey->key_prefix }}..." \
-H "Content-Type: application/json" \
{{ url('/api/v2/accounts') }}
See the API documentation for more examples.