Skip to main content
GET
https://api.kisara.my.id
/
auth
/
google
/
url
Generate Google OAuth URL
curl --request GET \
  --url https://api.kisara.my.id/auth/google/url
{
  "message": "<string>",
  "data": {
    "url": "<string>"
  },
  "metadata": {
    "method": "<string>",
    "url": "<string>",
    "execution_time_ms": 123,
    "ip": "<string>",
    "timestamp": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.kisara.my.id/llms.txt

Use this file to discover all available pages before exploring further.

Response

Default Response

status_code
enum<number>
required
Available options:
200
message
string
required
data
object
required
metadata
object
required
Last modified on April 16, 2026