Jump to: POST Response Notes | API Call Builder
Generates an API key for the specified account user.
If the network requires approval, key status defaults to "pending".
If network has automatic approval, key status defaults to "active".
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 only supports "affiliate" |
user_id | Integer | ID of Account user object (i.e. affiliate_user_id). |
POST Response Notes
A model containing the key details.
Return response will be in the following format: ApiLibraryModelAuthenticationStaticApiKey.
API Call Builder
Javascript is required to use the API Call Builder.