Affiliated

Affiliated ListGet

https://sandbox-api.srpago.com/v1/affiliated

Lista los afiliados registrados.

Los parámetros que puede enviar por GET son: limit (int) offset (int)

headers

AuthorizationBearer Token

Content-Typeapplication/json


Example Request 

curl --location --request GET 'https://sandbox-api.srpago.com/v1/affiliated' \
--header 'Content-Type: application/json'

Example Response

 {
    "success": true,
    "result": [
        {
            "id": "usr_2cf533d5419f090e5b959e9642c93e8c9bba6bec",
            "username": "[email protected]",
            "date_create": "2016-01-28T19:01:55+00:00"
        },
        {
            "id": "usr_68212765d8292a7d83b12b8f0a6dd3d5281db79b",
            "username": "[email protected]",
            "date_create": "2016-04-07T21:57:07+00:00"
        }
    ]
}