Get all contract types and choose one.

The contracts a User can create in a Team are determined by the Team. Certain contract types are public to all teams and certain contract types are private to a team. This means that these private contract types can only be created from that team.

How to get the available contract types of a team?

Once you've identified the Team ID from the previous step, use the get contract types endpoint to fetch the available contract types.

curl --request GET \
     --url https://sandbox.legislate.tech/v1/teams/{{Team ID}}/contract-types \
     --header 'Accept: application/json' \
     --header 'Authorization: Bearer {{API Key}}'

πŸ“˜

Contract types

You can access the full list of public contracts on our contract list page.

πŸ“˜

Contract list

You can choose to display a list of contracts to your users or you can save/filter the contract IDs to only display the contracts they will be interested in.


What’s Next

Once you've selected a contract type, you'll need to fetch its contract terms: