Overview
IAM
CDN
- IP addresses list
- CDN service
- Origins
- CDN resources
- CDN activity logs
- Log forwarding
- Log viewer
- Logs uploader
- Tools
- Rules
- Rule templates
- Purge history
- SSL certificates
- CA certificates
- CDN Statistics
- Advanced analytics
- Origin shielding
- Let's Encrypt certificates
Managed DNS
- Analyze
- Locations
- Lookup
- Metrics
- Pickers
- DNS Clients
- Zones
- DNSSEC
- RRsets
Cloud
- Bare Metal
- Container as a Service
- Cost Reports
- DDOS Protection
- File Shares
- Firewalls
- Floating IPs
- Function as a Service
- GPU Cloud
- IP Ranges
- Images
- Inference Instances
- Instances
- Load Balancers
- Logging
- Managed Kubernetes
- Managed PostgreSQL
- Networks
- Placement Groups
- Projects
- Quotas
- Regions
- Registry
- Reservations
- Reserved IPs
- Routers
- SSH Keys
- Secrets
- Service Endpoints
- Snapshot Schedules
- Snapshots
- Tasks
- User Actions
- User Role Assignments
- Volumes
Security
- Event Logs
- BGP announces
- Security Templates
- Profiles
FastEdge
- Apps
- Binaries
- FastEdge Clients
- FastEdge Secrets
- Stats
- FastEdge Templates
WAAP
- WAAP Service
- Domains
- Policies
- Analytics
- Custom Page Sets
- Custom Rules
- Firewall Rules
- Advanced Rules
- Tags
- Network Organizations
- API Discovery
- IP Spotlight
- Security Insights
Web Security
- Billing Statistics
- Resources
Video Streaming
- Streams
- Overlays
- Broadcasts
- Restreams
- Videos
- Subtitles
- Directories
- Playlists
- QualitySets
- Players
- AI
- Streaming Statistics
Object Storage
- Notifications
- Key
- Location
- Storage
- Storage Statistics
Account
Account Details
Get information about your profile, users and other account details.
GET
/
iam
/
clients
/
me
Copy
Ask AI
curl --request GET \
--url https://api.gcore.com/iam/clients/me \
--header 'APIKey: <api-key>'
Copy
Ask AI
{
"id": 123,
"users": [
{
"id": 123,
"email": "jsmith@example.com",
"name": "<string>",
"lang": "de",
"phone": "<string>",
"company": "<string>",
"reseller": 123,
"client": 123,
"deleted": true,
"groups": [
{
"id": 1,
"name": "Administrators"
}
],
"activated": true,
"sso_auth": true,
"two_fa": true,
"auth_types": [
"password"
]
}
],
"email": "jsmith@example.com",
"phone": "<string>",
"name": "<string>",
"status": "new",
"companyName": "<string>",
"website": "<string>",
"currentUser": 123,
"capabilities": [
"CDN"
],
"serviceStatuses": {
"CDN": {
"status": "new",
"enabled": true
},
"CLOUD": {
"status": "new",
"enabled": true
},
"DDOS": {
"status": "new",
"enabled": true
},
"DNS": {
"status": "new",
"enabled": true
},
"STORAGE": {
"status": "new",
"enabled": true
},
"STREAMING": {
"status": "new",
"enabled": true
}
},
"paidFeatures": {
"CDN": [
{
"feature_id": 1,
"name": "paid feature name",
"service": "CDN"
}
],
"STREAMING": [
{
"feature_id": 2,
"name": "another paid feature name",
"service": "STREAMING"
}
]
},
"freeFeatures": {
"CDN": [
{
"feature_id": 1,
"name": "free feature name",
"service": "CDN"
}
],
"STREAMING": [
{
"feature_id": 2,
"name": "another free feature name",
"service": "STREAMING"
}
]
},
"entryBaseDomain": "<string>",
"signup_process": "sign_up_full",
"deleted": true,
"bill_type": "<string>",
"custom_id": "<string>",
"country_code": "<string>",
"is_test": true,
"has_active_admin": true
}
Authorizations
API key for authentication.
Response
200
application/json
OK
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url https://api.gcore.com/iam/clients/me \
--header 'APIKey: <api-key>'
Copy
Ask AI
{
"id": 123,
"users": [
{
"id": 123,
"email": "jsmith@example.com",
"name": "<string>",
"lang": "de",
"phone": "<string>",
"company": "<string>",
"reseller": 123,
"client": 123,
"deleted": true,
"groups": [
{
"id": 1,
"name": "Administrators"
}
],
"activated": true,
"sso_auth": true,
"two_fa": true,
"auth_types": [
"password"
]
}
],
"email": "jsmith@example.com",
"phone": "<string>",
"name": "<string>",
"status": "new",
"companyName": "<string>",
"website": "<string>",
"currentUser": 123,
"capabilities": [
"CDN"
],
"serviceStatuses": {
"CDN": {
"status": "new",
"enabled": true
},
"CLOUD": {
"status": "new",
"enabled": true
},
"DDOS": {
"status": "new",
"enabled": true
},
"DNS": {
"status": "new",
"enabled": true
},
"STORAGE": {
"status": "new",
"enabled": true
},
"STREAMING": {
"status": "new",
"enabled": true
}
},
"paidFeatures": {
"CDN": [
{
"feature_id": 1,
"name": "paid feature name",
"service": "CDN"
}
],
"STREAMING": [
{
"feature_id": 2,
"name": "another paid feature name",
"service": "STREAMING"
}
]
},
"freeFeatures": {
"CDN": [
{
"feature_id": 1,
"name": "free feature name",
"service": "CDN"
}
],
"STREAMING": [
{
"feature_id": 2,
"name": "another free feature name",
"service": "STREAMING"
}
]
},
"entryBaseDomain": "<string>",
"signup_process": "sign_up_full",
"deleted": true,
"bill_type": "<string>",
"custom_id": "<string>",
"country_code": "<string>",
"is_test": true,
"has_active_admin": true
}
Assistant
Responses are generated using AI and may contain mistakes.