Skip to main content
POST
Finds occurrences of an identifier by name in a file

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

The name of the identifier to search for.

Example:

"User"

path
string
required

The path to the file to search for identifiers.

Example:

"src/main.py"

position
null | object

The position hint to search for identifiers. If not provided.

Response

Identifier retrieved successfully

identifiers
object[]
required