EFix
  1. Authentication
EFix
  • EFix Api Nasıl Kullanılır?
  • EFix
    • Buy Package
      POST
    • Buy Package Status
      POST
    • Balance
      POST
    • Package List
      POST
    • Package Reconciliation
      POST
  • Authentication
    • Authorize EFix
      POST
  1. Authentication

Authorize EFix

Developing
POST
https://testbackoffice.flyp.com.tr/auth/signin

Request

Body Params application/json
username
string 
required
password
string 
required
Example
{
    "username": "string",
    "password": "string"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://testbackoffice.flyp.com.tr/auth/signin' \
--header 'Content-Type: application/json' \
--data-raw '{
    "username": "string",
    "password": "string"
}'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-12-31 08:11:35
Previous
Package Reconciliation
Built with