Ganaka
Default
General
Default
General
  1. Developer
  • Developer
    • Collector
      • Save Shortlist
      • Check holiday
      • Save Quote
      • Save NIFTY Quote
    • Shortlist
      • Persistence
    • Quote Timeline
      GET
    • Quote
      GET
    • NIFTY Timeline
      GET
    • NIFTY
      GET
    • Historical Candles
      GET
    • Token
      GET
    • List
      GET
  • Dashboard
    • Auth
      • Sign In
    • Run
      • Order
        • List Orders
        • Create Order
      • List Runs
      • Create Run
      • Update Run
      • Delete Run
    • Available Datetime
      • List Available Datetimes
    • Candles
      • Candles
    • Daily Persistent Companies
      • Daily Persistent Companies
    • Daily Unique Companies
      • Daily Unique Companies
    • Shortlist
      • Shortlist
    • Quote Timeline
      • Quote Timeline
  • Admin
    • Developer
      • List Developers
        GET
      • Developer By Id
        GET
      • Create Developer
        POST
      • Refresh Developer Key
        PATCH
      • Delete Developer
        DELETE
    • Holidays
      • List Holidays
      • Create Holiday
      • Delete Holiday
    • Data
      • List dates with data
      • Delete all data for date
    • DB Scripts
      POST
  • Health
    GET
Default
General
Default
General
  1. Developer

Developer By Id

Production
https://api.ganaka.live
Production
https://api.ganaka.live
GET
/v1/admin/developers/{id}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Responses

🟢200Success
application/json
Body

🟠400Bad Request
🟠404Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.ganaka.live/v1/admin/developers/776afe4b-1871-485b-a066-fc35dc78a762' \
--header 'Authorization: Bearer <token>'
Response Response Example
200 - Example 1
{
    "statusCode": 0,
    "message": "string",
    "data": {
        "id": "string",
        "username": "string",
        "token": "string",
        "growwApiKey": "string",
        "growwApiSecret": "string",
        "createdAt": "string",
        "updatedAt": "string"
    }
}
Modified at 2026-01-31 14:02:58
Previous
List Developers
Next
Create Developer
Built with