Developer Opportunity Aggregator API
    Developer Opportunity Aggregator API
    • Developers
      • Register a new developer
        POST
      • Get developer profile
        GET
      • Update developer profile
        PUT
    • Opportunities
      • Search opportunities
        GET
      • Get opportunity details
        GET
      • Get matched opportunities for developer
        GET
    • Admin
      • Bulk ingest opportunities
        POST
      • Seed sample opportunities
        POST
      • Sync opportunities from external data sources
        POST
    • Analytics
      • Track developer action
        POST
      • Get top opportunities
        GET
    • Authentication
      • Generate API key
      • List API keys for developer
      • Revoke API key
    • Schemas
      • DeveloperRegistration
      • DeveloperCreatedResponse
      • Developer
      • DeveloperUpdate
      • UpdateResponse
      • Opportunity
      • SearchResponse
      • MatchingResponse
      • BulkIngestRequest
      • BulkIngestResponse
      • TrackRequest
      • GenerateKeyRequest
      • ApiKeyResponse
      • SyncSourcesRequest
      • SyncSourcesResponse
      • SyncSourceResult

    TrackRequest

    {
        "developer_id": "753a058d-0712-4460-bc37-34ff02767a70",
        "opportunity_id": "5c7fee95-8917-4b3c-8649-bbbc4ef0c4f7",
        "action": "viewed"
    }
    Built with