Skip to content

Autocomplete Token API

The Autocomplete Token API allows you to generate an authentication token required for using the autocomplete functionality.

Endpoint

GET https://www.yellowmap.de/api_rst/api/autocompleteToken?apiKey={INSERT API-KEY}

Description

Before using the autocomplete feature, you must generate an authentication token. This API endpoint provides you with the necessary token.

Note: A token is only valid for 10 minutes and must be requested again after expiration.

Parameters

Name Description Data Type Required
apiKey Your SmartMaps API-Key string Yes

Response

The response is of type application/json and contains a string value representing the authentication token.

Example

https://www.yellowmap.de/api_rst/v2/yellowmapsapi/authtoken/autocompleteToken?systemPartner={PARTNER_NAME}&securityID={SECURITY_ID}

The token value should be passed as the AuthToken parameter to the autocomplete API. The parameter must be URL-encoded.