- sso
- admin
- applications
- auth
- auth-eth
- access
- planning
- pbe-access
- newsletter
- user
- wallet
- Get API versionGET
get
GET
https://sso.dlab.ovh/api/access/planning/session/get
Request
Query Params
id
integer
required
Example:
1
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://sso.dlab.ovh/api/access/planning/session/get?id=1'
Responses
🟢200Success
application/json
Body
id
integer
session id
start
string
UTC date format
end
string
UTC date format
type
string
session type
createdAt
string
UTC date format
updatedAt
string
UTC date format
Example
{
"id": 1,
"start": "2022-06-08T12:00:00.000Z",
"end": "2022-06-25T12:00:00.000Z",
"type": "early-access",
"createdAt": "2022-06-20T05:27:39.000Z",
"updatedAt": "2022-06-20T05:27:39.000Z"
}