# Decryption Endpoint **GET /crypto/dec** API Endpoint for decrypting data Permissions Required: `Cryptography::Decrypt` ## Servers - Production Server: https://thefemdevs.com/api (Production Server) ## Parameters #### Query parameters - **data** (string) The data to decrypt ## Responses ### 200: The Decrypted Data #### Body Parameters: plain/text (string) string ### 400: Error with Decryption (Client Caused) #### Body Parameters: application/json (object) - **code** (integer) The error code - **message** (string) The error message ### 401: Invalid/Missing API Token #### Body Parameters: application/json (object) - **code** (integer) The error code - **message** (string) The error message ### 403: Missing Permissions #### Body Parameters: application/json (object) - **code** (integer) The error code - **message** (string) The error message ### 500: Error with Decryption (Server Caused) #### Body Parameters: application/json (object) - **code** (integer) The error code - **message** (string) The error message [Powered by Bump.sh](https://bump.sh)