Skip to main content

Authentication & Parameters

Authentication

The Relay Point Map uses a channel-based authentication system. You must include your unique channel identifier in the channelId URL parameter for every request.

URL Parameters

Required Parameters

ParameterTypeDescriptionExample
channelIdstringYour unique channel identifier (required)YOUR_CHANNEL_ID

Optional Parameters

ParameterTypeDescriptionExample
servicestringCarrier service codeMONDIAL_RELAY
line1stringStreet address123 rue de Rivoli
zipstringPostal code75001
citystringCity nameParis
countryCodestringISO 3166-1 alpha-2 country codeFR
callbackUrlstringWebhook URL for relay point selectionhttps://yourapplication.com/webhook/relay-point

Building URLs Programmatically

URL Parameter Examples

Examples showing how to build relay point map URLs in different programming languages