To create relay subscription by passing a client url
Request
Body Params application/json
{
"url":"https://kobble.com"
}
Request Code Samples
curl --location --request POST '/customers/v1/relays' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"url":"https://kobble.com"
}'
Responses
application/json {
"id": "d18efff5-f8c0-4e15-a683-fe7e8a1a8f2f",
"client_id": "5cad242e-4291-4905-8849-a6f09f4e6d4a",
"url": "https://basic-wallaby.biz",
"created_at": "2025-01-14T16:59:07.432Z",
"updated_at": "2025-01-14T16:59:07.433Z",
"public_key": "aaaaaa"
}
Modified at 2025-01-14 14:15:51