Home › Patterns
Get List of User's Patterns — FarazSMS SMS web service
GET https://api.iranpayamak.com/ws/v1/patterns
Purpose: List your account's patterns; find a pattern's `code` here to send with it.
Auth: header Api-Key (key from the panel, case-sensitive).
Request fields
text(string) — requireddescription(string) — optionalshared(boolean) — requiredwebsite(string) — requiredattributes(array) — optional
Example body
{
"search": "",
"staus": "active",
"share": 1,
"sort_by": "updated_at",
"sort_type": "desc"
}