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>'

Documentation Index

Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Query Parameters

customerId
integer<int64>
required

customerId

profileId
integer<int64>
required

profileId

Response

OK