Approve apply
HTTP method | Endpoint |
PATCH | /v1/pending_affiliates/{pending_id}/approved |
Path parameters
Parameter | Description |
pending_id | The unique id for the pending affiliate. |
manager_id | Manager id. |
Response body parameters
Field | Type | Description | |
affiliate | |||
id | integer | A string that uniquely identifies this affiliate. | |
first_name | string | The first_name of the this affiliate. | |
last_name | string | The last_name of the this affiliate. | |
string | The email of the this affiliate. | ||
company | string | The company of the this affiliate. | |
country | string | The country of the affiliate’s physical address. | |
status | string | Affiliate’s status. | |
instant_message_account | string | Instant message account. | |
instant_message_type | integer | Types of instant message. | |
manager_id | integer | Manager id. | |
phone | string | The phone number of the affiliate. | |
website | string | ||
create_time | integer | Create time. | |
pending_affiliate | |||
id | integer | A string that uniquely identifies this pending affiliate. | |
first_name | string | The first_name of the this affiliate. | |
last_name | string | The last_name of the this affiliate. | |
string | The email of the this affiliate. | ||
company | string | The company of the this affiliate. | |
country | string | The country of the affiliate’s physical address. | |
status | string | Affiliate’s status. | |
instant_message_account | string | Instant message account. | |
instant_message_type | integer | Types of instant message. | |
phone | string | The phone number of the affiliate. | |
website | string | ||
create_time | integer | Create time. |
Example request
Request PATCH https://{networkname}.api.offerslook.com/v1/pending_affiliates/24/approved?manager_id=1
Request PATCH http://{networkname}.api.offerslook.com/v1/pending_affiliates/24/approved?manager_id=1
Example response
Last updated