Skip to main content
POST
/
cloud
/
v1
/
user_actions
/
subscribe
Create subscription
curl --request POST \
  --url https://api.gcore.com/cloud/v1/user_actions/subscribe \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "auth_header_name": "<string>",
  "auth_header_value": "<string>",
  "url": "<string>"
}
'

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Body

application/json
auth_header_name
string
required

Authorization header name

auth_header_value
string
required

Authorization header value

url
string
required

URL to send user action logs for the specified client

Response

204

No Content