Skip to main content

Getting Started

Pre-Requisites

To utilize this API Documentation, you’ll need to

  • Know how REST-APIs works. Understand how to create requests and interpret the response.
  • Know how OAuth2.0 works
  • Know how to utilise webhooks

Objective

By completing this API Documentation, you should be able to

  • Create requests and see responses
  • Understand how the APIs work and which API required by your product
  • Understand components that need to be built on your system/product to correspond with Gojek API

Base URLs

Sandbox Environment is where you can perform internal end-to-end testing using the GoAuth Staging credentials. Once the testing is completed successfully, you can utilize the Production Environment using the GoAuth Production credentials.

TypeSandboxProduction
OAuth base URLhttps://integration-goauth.gojekapi.com/https://accounts.go-jek.com/
GoBiz Open API base URLhttps://api.partner-sandbox.gobiz.co.id/https://api.gobiz.co.id/

HTTP Error Handling Notes

Unless specified otherwise, there are two types of HTTP API errors:

  • HTTP 4xx: The error is non-recoverable.
  • HTTP 5xx: The error is recoverable.