- Start Here
- Networks
- Access Control List (ACL)
- Accounts (Addresses)
- Simulator
- Audits
- Unpack
- Abstract Syntax Tree (AST)
- Get Contract ASTGET
- Get Contract ConstantsGET
- Get Contract ConstructorsGET
- Get Contract DefinitionsGET
- Get Contract DocumentationGET
- Get Contract EnumsGET
- Get Contract ErrorsGET
- Get Contract EventsGET
- Get Contract FunctionsGET
- Get Contract ImportsGET
- Get Contract InterfacesGET
- Get Contract LibrariesGET
- Get Contract LicenseGET
- Get Contract State VariablesGET
- Get Contract StatisticsGET
- Get Contract StructsGET
- Control Flow Graphs (CFG)
- Constructors
- Contracts
- Metadata
- Tokens
- Variables
- Functions
- Events
- Standards
- Statistics
Get Your API Key
GET
https://api.unpack.dev/v1/acl/current
Access Control List (ACL)
Last modified:2024-05-31 11:02:21
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.unpack.dev/v1/acl/current'
Responses
🟢200OK
application/json
Body
$schema
string <uri>
read-onlyoptional
Example:
https://api.unpack.dev/schemas/Key.json
createdAt
string <date-time>
required
enabled
booleanÂ
required
id
stringÂ
required
key
stringÂ
required
label
stringÂ
required
profileId
stringÂ
required
rateLimit
integer <int32>
required
rateLimitDuration
stringÂ
required
roles
array[string]
required
suspended
booleanÂ
required
updatedAt
string <date-time>
required
Example
{
"$schema": "https://api.unpack.dev/schemas/Key.json",
"createdAt": "2019-08-24T14:15:22Z",
"enabled": true,
"id": "string",
"key": "string",
"label": "string",
"profileId": "string",
"rateLimit": 0,
"rateLimitDuration": "string",
"roles": [
"string"
],
"suspended": true,
"updatedAt": "2019-08-24T14:15:22Z"
}
🔴500Error
Modified at 2024-05-31 11:02:21