Jump to: POST Response Notes | API Call Builder
Replaces an active API key for the specified account with a new one.
| Name | Type | Description |
|---|---|---|
| NetworkId | Url | Network ID |
| NetworkToken | String | Network token |
| Target | String | This calls action target |
| Method | String | This calls action method |
| user_type | String | Type of account user, currently limited to "affiliate" |
| user_id | Integer | ID of Account user object (i.e. affiliate_user_id). |
| existing_api_key | String | Existing active API key to replace |
POST Response Notes
Returns a model containing the new key details.
Return response will be in the following format: ApiLibraryModelAuthenticationStaticApiKey.
API Call Builder
Javascript is required to use the API Call Builder.