ApiKey::getUserApiKey Method

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.

NameTypeDescription
NetworkId UrlNetwork ID
NetworkToken StringNetwork token
Target StringThis calls action target
Method StringThis calls action method
user_type StringType of account user, currently limited to "affiliate"
user_id IntegerID 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.
Have a Question? Please contact [email protected] for technical support.