Create BIM Mint Tokens
create_bim_mint_tokensCreates a BIM mint token for a given project and returns it with a new ID. Use this to generate tokens for BIM preconstruction workflows.
Instructions
Create BIM mint tokens in a Project. Creates the BIM mint token and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id. Procore API: Preconstruction > BIM. Endpoint: POST /rest/v1.0/bim_mint_tokens
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — unique identifier for the project. |