Integration · Level –
API Documentation
Learn how to use the Engelsiz Erişim API to manage widgets programmatically.
- Level –
- API
## API Documentation
Our REST API allows you to manage widgets, view usage statistics, and more.
### Base URL
```
https://api.accsible.com
```
### Authentication
All API requests require a Bearer token in the Authorization header:
```
Authorization: Bearer YOUR_API_KEY
```
### Endpoints
- `GET /widgets` — List your widgets
- `GET /widgets/{uuid}` — Get widget details
- `GET /packages` — List available packages
