Home › Account & Wallet
Profile — FarazSMS SMS web service
GET https://api.iranpayamak.com/ws/v1/account/profile
Purpose: Get your account profile (name and details).
The Login API allows users to authenticate by providing valid credentials like username and password. It typically returns an access token upon successful authentication.
Authentication
This endpoint requires the Api-Key header — get the key from the FarazSMS panel. The header name is case-sensitive and the key must never travel in a query string.
Notes for this endpoint
- Returns your account info (name, profile).
- Requires the Api-Key header.
Responses
200— Success401— Unauthorized
Related endpoints in Account & Wallet
GET /ws/v1/account/balance— Account BalancePOST /ws/v1/account/wallet/charge— Charge walletPOST /ws/v1/account/register— RegisterPOST /ws/v1/account/update— updateGET /ws/v1/lines/accessible— LinesPOST /ws/v1/orders/apply-discount— Apply Discount on OrderPOST /ws/v1/orders/cancel— Cancel an OrderPOST /ws/v1/orders/pay— Pay Created Order