POST
/
api
/
v1
/
admin
/
simulation
/
culture-profiles
/
{organization_id}
/
preview
Preview Culture Profile
curl --request POST \
  --url https://api.jobsim.work/api/v1/admin/simulation/culture-profiles/{organization_id}/preview \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "profile_key": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

organization_id
string
required

Body

application/json
profile_key
string
required

Response

Successful Response

The response is of type Response Preview Culture Profile Api V1 Admin Simulation Culture Profiles Organization Id Preview Post · object.