API Rest
Integração do Landing SDK por meio da API Rest.
Como fazer a chamada
curl -X POST \
https://landing.identity-platform.io/api/landing \
-H 'Content-Type: application/json' \
-H 'x-api-key: CLIENT_API_KEY' \
-d '{}'{
"status": true,
"url": "https://test.landing.identity-platform.io"
}UniqueUrl
curl -X POST \
https://landing.identity-platform.io/api/landing \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY' \
-d '{
"uniqueUrl": true,
"customerId": "example",
"documentNumber": "1111111111S"
}'Exemplos de implementações de API em diferentes linguagens
NodeJS
Java
PHP
Atualizado