Backhub
Jewelo Api
Jewelo Api
Mail ile İletişime Geç
Github
  1. 💎 Jewelo
  • Backhub Api
  • 🧮 Muhasip
    • Accounting
      • Muhasip Api
      • Contacts
        • Index
        • Details
        • Create
        • Update
        • Delete
        • Archive
        • unArchive
      • Accounts
        • Index
        • Create
        • Edit
        • Delete
        • Archive
        • unArchive
        • Extract
      • Stocks
    • Settings
      • Definitions
        • Index
        • Create
        • Edit
        • Delete
      • Branches
        • Sections
          • Index
          • Detail
          • Create
          • Update
          • Delete
        • Index
        • Details
        • Create
        • Update
        • Delete
    • Info
      GET
  • 🗂️ Apps
    • Bank
      • Index
      • Check
      • Transactions
      • setStatus
    • Payment
      • Commission
      • Create
      • Status
      • Update
      • Delete
  • 💎 Jewelo
    • Token
      POST
  1. 💎 Jewelo

Token

Developing
POST
https://api.jewelo.ai/token
Last modified:2025-05-10 01:37:45
Kullanıcı adı ve şifre ile token üreterek işlemlere devam edebilirsiniz.
Üretilen token ile diğer işlemlere devam edebilirsiniz.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.jewelo.ai/token' \
--header 'Content-Type: application/json' \
--data-raw '{
    "companyCode": "string",
    "usercode": "string",
    "password": "string"
}'
Response Response Example
{
  "result": [
    "string"
  ]
}

Request

Body Params application/json
companyCode
string 
required
Firma Kodu
usercode
string 
required
Mail veya Kullanıcı Adı
password
string 
required
Parola
Examples

Responses

🟢200Success
application/json
Body
result
array[string]
required
Previous
Delete
Built with