Skip to main content
POST
/
customers
/
{customerId}
/
verify-phone
Send a phone verification code to a customer
curl --request POST \
  --url https://api.lightspark.com/grid/2025-10-13/customers/{customerId}/verify-phone \
  --header 'Authorization: Basic <encoded-value>'
{
  "status": 401,
  "message": "<string>",
  "details": {}
}

Authorizations

Authorization
string
header
required

API token authentication using format <api token id>:<api client secret>

Path Parameters

customerId
string
required

The Grid customer ID to send a phone verification code to.

Response

Verification code sent.