Subscriber Transactions
Update all details of a subscriber via API. Provide the subscriber's customerReferenceCode as a path parameter and include the fields to be updated in the request body. At least one field in the body is required; only the provided fields will be updated.
Subscriber reference code.
279bb493-6fda-45e9-9368-2373ea43ff8dAuthorization header, a signed hash value that starts with IYZWSv2 and is generated in Base64 format.
IYZWSv2 YXBpS2V5OnNhbmRib....E0OGI1MTE=Request content type.
application/jsonFields to update. All fields are optional, but the body must contain at least one property.
First name.
JohnLast name.
DoeGSM number. Prefer +90 format.
+905554443333Turkish National ID Number (11 digits).
11111111111Successful response
Error response
Retrieve all details of a subscriber by its reference code.
Subscriber reference code.
279bb493-6fda-45e9-9368-2373ea43ff8dAuthorization header, a signed hash value that starts with IYZWSv2 and is generated in Base64 format.
IYZWSv2 YXBpS2V5OnNhbmRib....E0OGI1MTE=Request content type.
application/jsonSuccessful response
Error response
List all subscribers with basic details.
Page number to fetch.
1Number of subscribers per page.
1Authorization header, a signed hash value that starts with IYZWSv2 and is generated in Base64 format.
IYZWSv2 YXBpS2V5OnNhbmRib....E0OGI1MTE=Request content type.
application/jsonSuccessful response
Error response
Last updated
