You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"note": "Real error responses from /api/v1/linkedin/post. The 401 and 400 entries hold the full response body. The 404 entry records the status, message and retryable flag.",
"401_invalid_api_key": {
"status": 401,
"body": {
"error": {
"code": "INVALID_API_KEY",
"message": "Api key not recognised."
}
}
},
"400_invalid_params": {
"status": 400,
"body": {
"error": "invalid_params",
"issues": [
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"url"
],
"message": "Required"
}
]
}
},
"404_item_not_found": {
"status": 404,
"error": "item_not_found",
"message": "The target returned 404 for this request - the item or identifier does not exist. Check the id or URL. You were not charged.",