Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

A contact session token, uk_ct_…. Belongs to one of the developer's own users, and reads only that user's data.

Path Parameters

key
string
required

The feature queue's key: the key of the feature flag behind it, in this environment. Lower case letters, digits and . _ -, up to 80 characters.

Pattern: ^[a-z0-9][a-z0-9._-]{0,79}$

Body

application/json
metadata
object

Whatever your own form asked — "what would you use it for". Your questions, not ours, up to 4 KB. A repeat request never overwrites the answers the first one stored.

Response

Where this request stands.

One contact's request for early access to one feature, as that contact sees it.

waitlist
string

The queue's key.

status
enum<string>
Available options:
waiting,
admitted
position
integer | null

How many people are ahead of them, plus one — counted among those still waiting, so the number moves as the queue is let in. null once the request is granted.

joined_at
string<date-time>
admitted_at
string<date-time> | null