Forum Discussion

emmanuel001's avatar
emmanuel001
New Contributor
3 years ago

Rest API service endpoint returned erros result: Status Code =403

When configuring a REST Post of the mailjet API, it indicates the following message.

Error:
Reason: REST API service endpoint returned error result: status code = 403, reason phrase = Forbidden, refer
to the error_entity field in the error view document for more details
Resolution: Please check the values of Snap properties.

Error Fingerprint[0] = efp:com.snaplogic.snap.api.rest.89xhsFt7

When performing the test in Postman, the execution is correct

2 Replies

  • Hi @emmanuel001,

    As per the error message, it’s clear that the user you are using to authenticate does not have sufficient access to perform the required execution.

    For example, maybe you are trying the send an email, but the user doesn’t have sufficient access to the API resource to send it.

    Check if all possible roles are assigned to the user.

    Cheers,