Rest API
Landing SDK integration via Rest API.
How to call
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"
}'Examples of API implementations in different languages
NodeJS
Java
PHP
Last updated