Gets a list of portals
GET /portal/get
Request
Gets a list of portals
Authorization
An API key is a token that you provide when making API calls. Include the token in a cookie parameter called asc_auth_key
.
Example: asc_auth_key=864FE52C-1C1C-469F-9308-51DAFEFE7436
.
Headers
- Accept
enum of string
Can be one of:
application/json
,text/json
,text/plain
.
Query
- PortalName
string
Portal name
- TenantId
integer
int32 Tenant id
- AffiliateId
string
Affiliate id
- PartnerId
string
Partner id
- Campaign
string
Campaign
- FirstName
string
First name
- Email
string
email Email
- Industry
integer
int32 Industry
- Language
string
Language
- LastName
string
Last name
- Module
string
Module
- Password
string
Password
- PasswordHash
string
Password hash
- Phone
string
Phone
- RecaptchaResponse
string
Recaptcha response
- RecaptchaType
one of
Recaptcha type
- .
enum of string
[Default - Default, AndroidV2 - AndroidV2, iOSV2 - iOSV2, hCaptcha - hCaptcha]
Can be one of:
Default
,AndroidV2
,iOSV2
,hCaptcha
.- .
enum of integer
[0 - Default, 1 - AndroidV2, 2 - iOSV2, 3 - hCaptcha]
Can be one of:
0
,1
,2
,3
.
- Region
string
Region
- AWSRegion
string
AWS region
- Status
one of
Status
- .
enum of string
[Active - Active, Suspended - Suspended, RemovePending - Remove pending, Transfering - Transfering, Restoring - Restoring, Migrating - Migrating, Encryption - Encryption]
Can be one of:
Active
,Suspended
,RemovePending
,Transfering
,Restoring
,Migrating
,Encryption
.- .
enum of integer
[0 - Active, 1 - Suspended, 2 - Remove pending, 3 - Transfering, 4 - Restoring, 5 - Migrating, 6 - Encryption]
Can be one of:
0
,1
,2
,3
,4
,5
,6
.
- SkipWelcome
boolean
Skip welcome
- TimeZoneName
string
TimeZone name
- Spam
boolean
Spam
- Calls
boolean
Calls
- AppKey
string
App key
- LimitedAccessSpace
boolean
Limited access space
- statistics
boolean
Examples
GET /portal/get?PortalName=some%20text&TenantId=1234&AffiliateId=some%20text&PartnerId=some%20text&Campaign=some%20text&FirstName=Electa&Email=Flossie_Grady52%40hotmail.com&Industry=1234&Language=some%20text&LastName=D'Amore&Module=some%20text&Password=ll_nbWEyq1&PasswordHash=some%20text&Phone=some%20text&RecaptchaResponse=some%20text&Region=some%20text&AWSRegion=some%20text&SkipWelcome=true&TimeZoneName=some%20text&Spam=true&Calls=true&AppKey=some%20text&LimitedAccessSpace=true HTTP/1.1
Accept: application/json
Host: example.com
curl --request GET \
--url 'https://example.com/portal/get?PortalName=some%20text&TenantId=1234&AffiliateId=some%20text&PartnerId=some%20text&Campaign=some%20text&FirstName=Electa&Email=Flossie_Grady52%40hotmail.com&Industry=1234&Language=some%20text&LastName=D'\''Amore&Module=some%20text&Password=ll_nbWEyq1&PasswordHash=some%20text&Phone=some%20text&RecaptchaResponse=some%20text&Region=some%20text&AWSRegion=some%20text&SkipWelcome=true&TimeZoneName=some%20text&Spam=true&Calls=true&AppKey=some%20text&LimitedAccessSpace=true' \
--header 'Accept: application/json'
Responses
200
Ok
401
Unauthorized