List opportunities
Authorization
apiKey Authorization<token>
API key as Bearer token: Authorization: Bearer
In: header
Query Parameters
limit?integer
Default
25Range
1 <= value <= 100cursor?string
status?string
projectId?string
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://terac.com/api/external/v2/opportunities"{
"data": [
{
"id": "string",
"title": "string",
"status": "draft",
"num_participants": 0,
"pricing": {
"cost_per_participant_cents": 0,
"total_cost_cents": 0,
"currency": "usd"
},
"created_at": "string"
}
],
"pagination": {
"next_cursor": "string",
"has_more": true
}
}{
"code": "BAD_REQUEST",
"message": "Invalid input data",
"issues": []
}{
"code": "UNAUTHORIZED",
"message": "Authorization not provided",
"issues": []
}{
"code": "FORBIDDEN",
"message": "Insufficient access",
"issues": []
}{
"code": "NOT_FOUND",
"message": "Not found",
"issues": []
}{
"code": "INTERNAL_SERVER_ERROR",
"message": "Internal server error",
"issues": []
}