System Status: Online
API Token Details
Token Information
Name
test
Client
baden
Status
Active
Created
2025-06-29 06:16:36
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_Cf6VVCYzi1TbwEBPeOmmJUO4TLoc1eXpTeAlVbJr" \
    -H "Accept: application/json"
JavaScript
fetch('https://copilotproduction.site/api/test', {
    headers: {
        'Authorization': 'Bearer at_Cf6VVCYzi1TbwEBPeOmmJUO4TLoc1eXpTeAlVbJr',
        'Accept': 'application/json'
    }
})
.then(response => response.json())
.then(data => console.log(data));
Actions
Edit