Skip to main content
GET
/
transfers
/
reference
/
{reference}
cURL
curl --request GET \
  --url https://dev-api.hyperail.io/api/v1/transfers/reference/{reference} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-service-source: <x-service-source>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-service-source
string
default:HyperRails
required

Identifies the calling service

Example:

"HyperRails"

Path Parameters

reference
string
required

This is the reference id of the transfer that you made on your account using what's in the 'reference' and not 'spotflowReference.

Response