authtoken/autocompleteToken (GET)
Resource Path
https://www.yellowmap.de/api_rst/api/autocompleteToken
Description
To use auto-complete, an authentication token must first be generated. With this interface you receive the token:
Please note that a token is only valid for 10 minutes and must be requested again afterwards.
Parameters
After registration you can create your own SmartMaps API keys using the SmartMaps account management.
Parameter | Bedeutung |
---|---|
apiKey |
API key – received after registration. |
Return (application/json)
The return container is of type string
.
Example
https://www.yellowmap.de/api_rst/api/autocompleteToken?apiKey={apiKey}
The token value is passed as parameter AuthToken
to the auto-complete interface. The parameter must be URL-encoded.