Get All Affiliates

Get all the affiliates of an app

GET https://platform.shoffi.app/API/affiliate/getAll

Request Body

Name
Type
Description

apiKey*

String

Your Shoffi app API Key

appId*

Integer

Your app ID

[
    {
        "affiliateDetails": {
            "email": "[email protected]",
            "firstName": "Tobias",
            "lastName": "Lütke",
            "nickName": "tobi"
        }
    },
    {
        "affiliateDetails": {
            "email": "[email protected]",
            "firstName": "Harley",
            "lastName": "Finkelstein",
            "nickName": "President"
        }
    }
]

Response example

Last updated