GET
/
v1
/
scoring
/
templates
curl --request GET \
  --url https://app.fastgen.ai/v1/scoring/templates \
  --header 'Authorization: Bearer <token>' \
  --header 'Fastgen-Project: <fastgen-project>'
[
  {
    "uuid": "f7c31bda-f918-4249-a3bc-9a1903fe9f6d",
    "created_at": "2024-12-19T13:59:22.039660178Z",
    "updated_at": "2024-12-19T13:59:22.039660178Z"
  }
]

Authorizations

Authorization
string
header
required

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

Headers

Fastgen-Project
string
required

Response

200 - application/json

Successful response

The response is of type object[].