curl -X POST https://services-staging.getplu.com/api/v1/partner/profile/redirect-url \
-H "Authorization: Bearer sk_staging_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"redirectUrl": "https://app.acme.com/kyc-complete"
}'
{
"status": "success",
"message": "Redirect URL configured",
"data": {
"redirectUrl": "https://app.acme.com/kyc-complete"
}
}
Configure the redirect URL for post-KYC verification
curl -X POST https://services-staging.getplu.com/api/v1/partner/profile/redirect-url \
-H "Authorization: Bearer sk_staging_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"redirectUrl": "https://app.acme.com/kyc-complete"
}'
{
"status": "success",
"message": "Redirect URL configured",
"data": {
"redirectUrl": "https://app.acme.com/kyc-complete"
}
}
Set where users are redirected after completing Persona KYC verification. The redirect URL receives aDocumentation Index
Fetch the complete documentation index at: https://docs.getplu.com/llms.txt
Use this file to discover all available pages before exploring further.
referenceId query parameter containing the user’s serviceId.
Bearer sk_staging_your_api_keycurl -X POST https://services-staging.getplu.com/api/v1/partner/profile/redirect-url \
-H "Authorization: Bearer sk_staging_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"redirectUrl": "https://app.acme.com/kyc-complete"
}'
{
"status": "success",
"message": "Redirect URL configured",
"data": {
"redirectUrl": "https://app.acme.com/kyc-complete"
}
}
https://app.acme.com/kyc-complete?referenceId=acme-user-abc123def456ghi
referenceId to look up the user’s status via Get Profile or listen for KYC webhook events.