API Token Details
Token Information
- Name
- test
- Client
- baden
- Status
- Active
- Created
- 2025-06-28 15:23:53
- 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_py2R5uYo2ORbgIONJPSdWjIQYbd0bbmGOA6BQKbb" \
-H "Accept: application/json"
JavaScript
fetch('https://copilotproduction.site/api/test', {
headers: {
'Authorization': 'Bearer at_py2R5uYo2ORbgIONJPSdWjIQYbd0bbmGOA6BQKbb',
'Accept': 'application/json'
}
})
.then(response => response.json())
.then(data => console.log(data));