For the complete documentation index, see llms.txt. This page is also available as Markdown.

Session İptali

Bu servis ile Mobile Session Key geçersiz duruma getirilerek logout olunabilir.

Logout

post
/v1/agent/logout
Header parameters
AuthorizationstringRequired

Bayiye özel oluşturulmuş secret_key.

Example: Basic sck_ADSFGYTEESSASAD
PaynetMobilestringRequired

Mobil istek belirtir.

Example: 2
Content-TypestringRequired

İçerik tipi.

Example: application/json
Body
session_keystringOptional

Oturum anahtarı.

Responses
200Success
application/json
object_namestringOptional

Obje türü.

codeintegerOptional

Sonuç kodu.

messagestringOptional

Sonuç mesajı.

post/v1/agent/logout
POST /v1/agent/logout HTTP/1.1
Host: api.paynet.com.tr
Authorization: text
PaynetMobile: text
Content-Type: application/json
Accept: */*
Content-Length: 22

{
  "session_key": "text"
}
{
  "object_name": "text",
  "code": 1,
  "message": "text"
}

Last updated