get https://sandbox.gigwage.com/api/v1/businesses//transfers/
Get details of an existing transfer.
Responses
400Bad Request
404Not Found
Get details of an existing transfer.
400Bad Request
404Not Found
xxxxxxxxxx
require 'httparty'
response = HTTParty.get(
'https://sandbox.gigwage.com/api/v1/businesses/230/transfers/1',
headers: headers_hash
)
puts response.body
​