cURL
curl --request GET \ --url https://api.main.apexscore.ai/api/v1/attitudes/{id}/ \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "keyword": "<string>", "description": "<string>", "explanation": "<string>", "content_icon_url": "<string>", "content_recommendations": [ { "header": "<string>", "subtext": "<string>", "example": "<string>", "why": "<string>" } ], "content_studies": [ { "title": "<string>", "link": "<string>" } ], "classification": "FE", "ppp_classification": "NA", "meta": "<any>", "mona_version": { "id": 123, "name": "<string>", "audience": "<string>", "audience_type": 0, "sequence": -1 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A UUID string identifying this attitude.
The response is of type object.
object