Skip to main content
GET
Szczegóły pola formularza

Autoryzacje

X-API-KEY
string
header
wymagane

Klucz API dostarczony przez Paymove po zakończeniu procesu KYC. Przykład: sk_test_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Parametry ścieżki

productId
string<uuid>
wymagane

Identyfikator produktu (id z odpowiedzi przy tworzeniu produktu)

Przykład:

"d0a834f9-94a4-4b3a-aa10-27d911e3633f"

fieldId
string<uuid>
wymagane

Identyfikator pola formularza

Odpowiedź

200 - application/json

Obiekt pola

name
string
wymagane

Nazwa pola (np. email)

Przykład:

"email"

type
enum<string>
wymagane

Typ pola

Dostępne opcje:
TEXT,
NUMBER,
SELECT,
EMAIL
labels
object

Etykiety językowe (np. pl, en)

validators
object

Walidacje — required, pattern, maxLength itd.