curl --request GET \
--url https://local.withsutro.com/projects/{projectId}/messages/{messageId} \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"content": [
{
"type": "text",
"text": "<string>"
}
],
"createdAt": "2023-11-07T05:31:56Z"
}curl --request GET \
--url https://local.withsutro.com/projects/{projectId}/messages/{messageId} \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"content": [
{
"type": "text",
"text": "<string>"
}
],
"createdAt": "2023-11-07T05:31:56Z"
}Builder authentication and authorization
A unique identifier for the API Client making a request
Was this page helpful?