[ Base URL: https://api.tedez.dev/v1 ]
Bu API, geliştiricilerin döviz kurları, domain sorgulama ve sistem araçları gibi verilere erişmesini
sağlar.
Terms of service |
Contact Support
| Name | Description |
|---|---|
|
base
query
|
Baz para birimi (Opsiyonel) default: "TRY"
|
{
"USD": 32.45,
"EUR": 35.12,
"BTC": 65400,
"updated_at": "2024-01-10T14:30:00Z",
"success": true
}
[
{
"id": 1,
"username": "tedez",
"email": "[email protected]"
}
]
{
"username": "yeni_kullanici",
"email": "[email protected]",
"password": "sifre123"
}
{
"id": 102,
"message": "Kullanıcı başarıyla oluşturuldu",
"success": true
}
| Name | Description |
|---|---|
|
id
path
|
* required Güncellenecek kullanıcının ID'si
|
{
"email": "[email protected]",
"status": "active"
}
{
"id": 55,
"email": "[email protected]",
"updated_at": "2024-01-11T10:00:00Z"
}
| Name | Description |
|---|---|
|
id
path
|
* required Silinecek kullanıcının ID'si
|
{
"message": "Kullanıcı başarıyla silindi",
"success": true
}