Skip to main content
GET
/
api
/
interviews
/
config
Get Interview Config
curl --request GET \
  --url https://app.aseed.ai/custdev/api/interviews/config \
  --header 'Authorization: Bearer <token>'
{
  "tokens_per_30_min": 123
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

Public config for interview links (tokens per 30 min).

tokens_per_30_min
integer
required