getExperiences
GET
/v2/experiences
const url = 'https://api-crm-staging.divinea.com/api/v2/experiences?lang=example';const options = {method: 'GET', headers: {APIKey: '<APIKey>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url 'https://api-crm-staging.divinea.com/api/v2/experiences?lang=example' \ --header 'APIKey: <APIKey>'Authorizations
Sezione intitolata “Authorizations”Parameters
Sezione intitolata “Parameters”Query Parameters
Sezione intitolata “Query Parameters”lang
required
string
Lang
Responses
Sezione intitolata “Responses”OK
Media type*/*
Array<object>
Experienceobject
color
string
duration
integer format: int32
id
string format: uuid
title
string