Get Token Info
get_token_infoRetrieve details of an access token for authentication. Use the token in the Authorization header to get token info with pagination support.
Instructions
Return access token details. See the Authentication Guide for additional information and authentication examples. The request must contain the access token in the Authorization header: Authorization: Bearer <YOUR_ACCESS_TOKEN>. Use this to fetch the full details of a specific Authentication records by its identifier. Returns a paginated JSON array of Authentication records. Use page and per_page to control pagination; the response includes pagination metadata. Procore API: Platform - Developer Tools > Authentication. Endpoint: GET /oauth/token/info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |