Get all available method

GET /methods

Get all available method

Responses

  • Return all method

    Hide response attribute Show response attribute object
  • Request Malfunction missing argument, properties or invalid data

  • Server Error

GET /methods
curl \
 -X GET https://api.goove.id/v1/methods \
 -H "X-API-KEY: $API_KEY"
Response examples (200)
{
  "methods": [
    {
      "label": "string",
      "id": "string",
      "available": true
    }
  ]
}
Response examples (200)
{
  "methods": [
    {
      "label": "string",
      "id": "string",
      "available": true
    }
  ]
}
Response examples (400)
"string"
Response examples (400)
string
Response examples (500)
"string"
Response examples (500)
string