System Status: Online
API Token Details
Token Information
Name
baden
Client
baden
Status
Active
Created
2025-06-28 15:22:46
Last Used
Never
Token Value
Keep this token secure. It will not be shown again.
Usage Examples
cURL
curl -X GET "https://copilotproduction.site/api/test" \
    -H "Authorization: Bearer at_AmFg6V6yb5w28v7KH7iquWcr2JTXjIq26Qut962t" \
    -H "Accept: application/json"
JavaScript
fetch('https://copilotproduction.site/api/test', {
    headers: {
        'Authorization': 'Bearer at_AmFg6V6yb5w28v7KH7iquWcr2JTXjIq26Qut962t',
        'Accept': 'application/json'
    }
})
.then(response => response.json())
.then(data => console.log(data));
Actions
Edit