Jump to: GET Response Notes | API Call Builder
Returns the API V3 Key for the specified user, or NULL if the specified
user does not have one.
This does not necessarily mean that they key is valid or active; it could
be inactive or the user may no longer have the permission to use it.
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). |
GET Response Notes
The Static API Key, or null if none found for this account
Return response will be in one of the following formats: ApiLibraryModelAuthenticationStaticApiKey, null.
API Call Builder
Javascript is required to use the API Call Builder.