API Requests
Zappier can also be leveraged to directly connect GovTribe to your API's. The following provides a list of API requests we support.
Authentication
All API requests are authenticated using Auth 2.0, managed securely through GovTribe's integration with Zapier.
Required Headers
Every request made through Zapier will include these headers automatically:
Authorization: Bearer YOUR_ACCESS_TOKEN
Content-Type: application/json
Accept: application/jsonAuth Test
Request
POST /api/zapier/auth-testResponse
200 OKReturns a JSON object containing the authenticated user's ID, name, and email address.
Federal Contract Opportunity - List
Returns a list of Federal Contract Opportunity Resources. Provide an optional saved_search_model_id to filter the results.
Request
GET /api/zapier/federal-contract-opportunity
Response
200 OK
Federal Contract Opportunity - Get
Returns a single hydrated Federal Contract Opportunity Resources.
Request
GET /api/zapier/federal-contract-opportunity/{id}
Response
200 OK
Federal Contract Award - List
Returns a list of Federal Contract Award Resource. Provide an optional saved_search_model_id to filter the results.
Request
GET /api/zapier/federal-contract-award
Response
200 OK
Federal Contract Award- Get
Returns a single hydrated Federal Contract Award Resource.
Request
GET /api/zapier/federal-contract-award/{id}
Response
200 OK
Federal Contract IDV - List
Returns a list of Federal Contract IDV Resources. Provide an optional saved_search_model_id to filter the results.
Request
GET /api/zapier/federal-contract-idv
Response
200 OK
Federal Contract IDV - Get
Returns a single hydrated Federal Contract IDV Resource.
Request
GET /api/zapier/federal-contract-idv/{id}
Response
200 OK
Federal Grant Opportunity - List
Returns a single hydrated Federal Grant Opportunity Resources. Provide an optional saved_search_model_id to filter the results.
Request
GET /api/zapier/federal-grant-opportunity
Response
200 OK
Federal Grant Opportunity - Get
Returns a single hydrated Federal Grant Opportunity.
Request
GET /api/zapier/federal-grant-opportunity/{id}
Response
200 OK
Federal Grant Award - List
Returns a list of Federal Grant Award Resources. Provide an optional saved_search_model_id to filter the results.
Request
GET /api/zapier/federal-grant-award
Response
200 OK
Federal Grant Award - Get
Returns a single hydrated Federal Grant Award Resource.
Request
GET /api/zapier/federal-grant-award/{id}
Response
200 OK
Federal Forecast - List
Returns a list of Federal Forecast Resources. Provide an optional saved_search_model_id to filter the list.
Request
GET /api/zapier/federal-forecast
Response
200 OK
Federal Forecast - Get
Returns a single hydrated Federal Forecast Resource.
Request
GET /api/zapier/federal-forecast/{id}
Response
200 OK
State and Local Contract Opportunity - List
Returns a list of State and Local Contract Opportunity Resources. Provide an optional saved_search_model_id to filter the results.
Request
GET /api/zapier/state-local-contract-opportunity
Response
200 OK
State and Local Contract Opportunity - Get
Returns a single hydrated State and Local Contract Opportunity Resource.
Request
GET /api/zapier/state-local-contract-opportunity/{id}
Response
200 OK
Pipeline - List
Returns a list of Pipeline Resources the user has access to.
Request
GET /api/zapier/pipeline
Response
200 OK
Pipeline - Get
Returns a single hydrated Pipeline Resource.
Request
GET /api/zapier/pipeline/{id}
Response
200 OK
Stage - List
Returns a list of Stage Resources the user has access to.
Request
GET /api/zapier/stage
Response
200 OK
Stage - Get
Returns a single hydrated Stage Resource.
Request
GET /api/zapier/stage/{id}
Response
200 OK
Pursuit - List
Returns a list of Pursuit Resources the user has access to.
Request
GET /api/zapier/pursuit
Response
200 OK
Pursuit - Get
Returns a single hydrated Pursuit Resource.
Request
GET /api/zapier/pursuit/{id}
Response
200 OK
Last updated
Was this helpful?
