Description

This endpoint does not affect your live data and is available to you to test your implementation of our API.

It returns your user and, if given:

URL

<https://api.resolve.ch/api/test/:id?query-string>

URL Parameters

Query Parameters

Body raw (application/json)

{
	$body
}

Body Parameters

Response (application/json)

{
	“user”: $yourUserObject,
	“body”: $body,
	“query”: $queryParams,
	“params”: {
		“id”: $id
	}
}