Developer Opportunity Aggregator API
  1. Opportunities
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
      POST
    • List API keys for developer
      GET
    • Revoke API key
      DELETE
  • Schemas
    • DeveloperRegistration
    • DeveloperCreatedResponse
    • Developer
    • DeveloperUpdate
    • UpdateResponse
    • Opportunity
    • SearchResponse
    • MatchingResponse
    • BulkIngestRequest
    • BulkIngestResponse
    • TrackRequest
    • GenerateKeyRequest
    • ApiKeyResponse
    • SyncSourcesRequest
    • SyncSourcesResponse
    • SyncSourceResult
  1. Opportunities

Get matched opportunities for developer

GET
/opportunities_matching
Opportunities
Last modified:2025-12-11 14:25:59
Returns opportunities ranked by match score based on developer's profile

Request

Query Params

Responses

🟢200
application/json
Matched opportunities
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://xmsx-hkkx-nz6p.n7e.xano.io/api:v1/opportunities_matching?developer_id&type&min_match_score&limit'
Response Response Example
{
    "success": true,
    "developer_id": "string",
    "developer_name": "string",
    "total_matches": 0,
    "min_match_score": 0,
    "matches": [
        {}
    ]
}
Modified at 2025-12-11 14:25:59
Previous
Get opportunity details
Next
Bulk ingest opportunities
Built with