Skip to main content
POST
/
v2
/
signup
/
pending
/
{pending_id}
/
activate
Post Signup Activate
curl --request POST \
  --url https://api.loyalty.dog/v2/signup/pending/{pending_id}/activate \
  --header 'Content-Type: application/json' \
  --data '
{
  "setupIntentId": "<string>"
}
'
{
  "userId": "<string>",
  "email": "<string>"
}

Path Parameters

pending_id
string
required

The pending User id from POST /signup/pending

Required string length: 24
Pattern: ^[0-9a-f]{24}$
Example:

"5eb7cf5a86d9755df3a6c593"

Body

application/json
setupIntentId
string
required
Required string length: 1 - 200

Response

Successful Response

userId
string
required
email
string
required