authtoken/autocompleteToken (GET)

Resource Path

https://www.yellowmap.de/api_rst/v2/yellowmapsapi/authtoken/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

You get the partner name and the access key directly from YellowMap.

Name Description Data type
systemPartner Partner name - specifies YellowMap.
[required]
string
securityID Access key - specifies YellowMap.
[required]
string

Return (application/json)

The return container is of type string.

Example

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

The token value is passed as parameter AuthToken to the auto-complete interface. The parameter must be URL-encoded.