Allpoint | Yext Hitchhikers Platform

Overview

Use the Allpoint source to create ATM locations. This source uses the Allpoint API endpoints to list locations.

Fetch ATMs

Use this operation to fetch ATMs from your Allpoint instance.

Requirements

This operation is a POST request, where the user’s API credentials are included in the body. This is required to provide basic API credentials.

Authentication

This operation utilizes basic authentication. You are required to input your Allpoint username and password to authenticate. These are powered through LocatorSearch. Reach out to your contact at Allpoint if you need any assistance retrieving these credentials.

Pagination

This endpoint does not use pagination.

Limits and Other Info

This operation is not filtered to an Allpoint location type and will return location data for all Allpoint ATM networks for all types (ATMSF, FCS).

Allpoint does not provide public documentation. The fields returned from this endpoint are as follows:

  • additionalServices.service
  • address.Long
  • address.city
  • address.country
  • address.lat
  • address.state
  • address.street
  • address.zip
  • attributes.AcceptDeposit
  • attributes.AdditionalDetails1
  • attributes.AdditionalDetails2
  • attributes.AddressLine
  • attributes.AtmStatus
  • attributes.BusinessType
  • attributes.CashWithdrawLimit
  • attributes.CityName
  • attributes.CountryCode
  • attributes.Distance
  • attributes.DistanceMeters
  • attributes.DistanceUnit
  • attributes.DriveUpDays1
  • attributes.DriveUpDays2
  • attributes.DriveUpDays3
  • attributes.DriveUpDays4
  • attributes.DriveUpDays5
  • attributes.DriveUpDays6
  • attributes.DriveUpDays7
  • attributes.DriveUpHours1
  • attributes.DriveUpHours2
  • attributes.DriveUpHours3
  • attributes.DriveUpHours4
  • attributes.DriveUpHours5
  • attributes.DriveUpHours6
  • attributes.DriveUpHours7
  • attributes.Fax
  • attributes.ImageText
  • attributes.ImageURL
  • attributes.Latitude
  • attributes.LimitedHours
  • attributes.LobbyDays1
  • attributes.LobbyDays2
  • attributes.LobbyDays3
  • attributes.LobbyDays4
  • attributes.LobbyDays5
  • attributes.LobbyDays6
  • attributes.LobbyDays7
  • attributes.LobbyHours1
  • attributes.LobbyHours2
  • attributes.LobbyHours3
  • attributes.LobbyHours4
  • attributes.LobbyHours5
  • attributes.LobbyHours6
  • attributes.LobbyHours7
  • attributes.LocationID
  • attributes.LocationName
  • attributes.LocationType
  • attributes.LocationTypeLabel
  • attributes.Longitude
  • attributes.MapUrl
  • attributes.MobileCashIn
  • attributes.MobileCashOut
  • attributes.MobileValue
  • attributes.MultipleDenomination
  • attributes.NetworkID
  • attributes.Open24Hours
  • attributes.Phone
  • attributes.PostalCode
  • attributes.RestrictedAccess
  • attributes.RetailOutlet
  • attributes.StateCode
  • attributes.SurchargeFree
  • attributes.TerminalID
  • attributes.WebsiteUrl
  • distance
  • distanceUnit
  • hours.hour
  • id
  • services.service
Feedback