Skip to main content
GET
/
api
/
customer
/
check-profile
checkIfProfileUsedByOthers
curl --request GET \
  --url https://api.artemis.cynopsis.co/api/customer/check-profile \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

customerId
integer
required

customerId

profileId
integer
required

profileId

Response

OK