Making Your First Request

With the tools at your disposal for Gravity API, you can now refer to our API references for further development. The references are organized based on services, with their respective methods nested within. Placeholder requests are available, but you'll need to insert data pertinent to your correspondent information.

Our documentation currently displays only JSON HTTP requests and responses.

Example Request

GET
/v1/funding/sources
curl -H 'Authorization: Bearer <token>' https://api.sandbox.gravity.markets/v1/funding/sources/8ca1adb6-0d30-4a5e-aecb-ced8c54f4379/1e4285d7-64eb-47dd-a0a9-a48ca6803578

Example Response

JSON
200 OK
{
  "createdAt": "2023-08-27T22:51:11.401Z",
  "sourceId": "1e4285d7-64eb-47dd-a0a9-a48ca6803578",
  "accountNumber": "87062075765080634",
  "ownerName": "Customer Name",
  "routingNumber": "319676688",
  "active": true,
  "accountType": "CHECKING",
  "bankName": "Wells Fargo",
  "fraudCheck": true,
  "updatedAt": "2023-08-27T22:51:11.401Z",
  "correspondentId": "ae2617fe-9618-4b67-80e9-b6e6446ddf8c",
  "customerId": "ff51ffbf-03b1-4c3a-afed-9ffb6c1aa523"
}