Skip to content

Getting started

Basic terminology:

  • API URI — https://grindr.mobi, should be appended to all REST API requests
  • Query — the parameters part in URL after path (e.g. ?example=foo&bar=baz)
  • Body — JSON or binary payload passed in HTTP request's body
  • Response — JSON payload or binary passed in HTTP response's body

Next, read API Authorization and Security Headers.