Referral Link

User Referral Link

GET ‎https://<domain>/<api prefix>/<version>/user/get/refferal-link/

This API endpoint will return user referral link.

Headers

Name
Type
Description

apikey*

string

Apikey

Authorization*

string

Barer access token

HTTP/1.1 200 OK
Content-Type: application/json

Body:
{
    "status_code": 200,
    "errors": {},
    "data": {
        "links": [
            {
                "head": "<head>",
                "link": "<link>",
                "desc": "<description>"
            },
            ...
        ]
    }
}

Sample Code

Node

PHP

Last updated

Was this helpful?