POST
/
user
/
{id}
/
url
curl --request POST \
  --url https://api.pushcash.com/user/{id}/url \
  --header 'Authorization: Bearer <token>'
{
  "url": "https://cdn.pushcash.com/widget/?param=1&param=2&param=3"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The identifier for the user

Example:

"user_28CJjV7P4Go5PNJvfzghiD"

Response

200
application/json

Widget URL created successfully

The response is of type object.