retrieveApiKey
Syntax
retrieveApiKey( token )
Only used for the interactive creation of an API key. The function returns the new API key.
Access rights
Development key required.
Arguments
token – this taken must have been previously returned by the requestApiKey() function
Return data
api_key: The new API key or an empty string if the token is invalid, too old, or has already been used.
request_status:
- pending
- aborted
- completed
note: If no API key was returned: an indication of the cause.
See also
Was this helpful?